Thanks - that's a good solution! I guess this could itself be made a widget which would allow them to be shown/hidden.
Looking at the draw code, you could probably set area="none",x=0,y=-24 to have a similar effect, but actually that would still cause the widget draw code to be run - it just wouldn't display anything
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thanks - that's a good solution! I guess this could itself be made a widget which would allow them to be shown/hidden.
Looking at the draw code, you could probably set
area="none",x=0,y=-24
to have a similar effect, but actually that would still cause the widget draw code to be run - it just wouldn't display anything