battery low alert #829
battery low alert #829
Comments
|
I'd love to try this one, is there already a class that is allowed to draw over the currently running library? |
|
the screen library is lua-managed here: https://github.com/monome/norns/blob/master/lua/core/screen.lua the c bindings are the scripts call menu.lua manages PLAY vs. MENU mode. the script's basically for a battery alert it seems reasonable to redefine battery level callback is here: https://github.com/monome/norns/blob/master/lua/core/norns.lua#L39 welcome to the tangled mess which is the menu system (would love to rewrite it from scratch) |
|
I can't manage to preserve what is underneath, what I am trying to do is create a |
|
that's peculiar. i'll have to investigate the deeper workings. |
presently there is no alert if battery is very low.
perhaps we add a screen overlay when battery is below a threshold to alert the user.
The text was updated successfully, but these errors were encountered: