I think just doing:
Bangle.setLCDPower(1); Bangle.setLocked(0); Bangle.setLCDTimeout(0);
Will do it. As long as you don't 'fast load' then reloading a new app will automatically re-apply the old settings
@Gordon started
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.
I think just doing:
Will do it. As long as you don't 'fast load' then reloading a new app will automatically re-apply the old settings