LCD Timeout and screen lock timeout are the same? #4789
Unanswered
espruino-discuss2
asked this question in
Bangle.js
Replies: 1 comment
-
Posted at 2022-06-02 by user141569 There is no option in the UI at the moment, but you can do it with code. You want to use Bangle.setOptions(). You pass in an object with the properties that you want to change. The relevant properties are:
Don't confuse backlightTimeout with lcdPowerTimeout: lcdPowerTimeout turns off the entire screen. You want to leave that at zero so the screen stays on. TLDR:
Posted at 2022-06-07 by @gfwilliams You can paste the above into the 'custom boot code' app I believe to make it 'just work' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2022-05-27 by youphyun
Based on my experience so far it looks like the LCD Timeout setting is the same as the screen lock timeout? Is there a way to set the LCD Timeout to a low value (for example 5 seconds) while setting the screen lock to for example 60 seconds on the Bangle.js 2 ? The use case is to save battery or to disable the LCD Backlight completely while still being able to navigate through the items on the screen without the screen being locked.
Beta Was this translation helpful? Give feedback.
All reactions