Well, apps can override the LCD timeout from settings - and it seems this is what Navigation Compass does: https://github.com/espruino/BangleApps/blob/master/apps/magnav/magnav.js#L5
I think realistically we could should remove that though so the default settings are used.
If an app calls g.flip() it can keep the LCD on, but this app doesn't do that.
g.flip()
Do you have 'wake on twist' or similar enabled in your 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.
Well, apps can override the LCD timeout from settings - and it seems this is what Navigation Compass does: https://github.com/espruino/BangleApps/blob/master/apps/magnav/magnav.js#L5
I think realistically we could should remove that though so the default settings are used.
If an app calls
g.flip()
it can keep the LCD on, but this app doesn't do that.Do you have 'wake on twist' or similar enabled in your settings?