If you want this, best bet is just not to let the screen lock. Bangle.setLCDTimeout(0);Bangle.setLocked(0). If you don't want the backlight on you can set the brightness to 0
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.
If you want this, best bet is just not to let the screen lock.
Bangle.setLCDTimeout(0);Bangle.setLocked(0)
. If you don't want the backlight on you can set the brightness to 0