How to keep screen on (backlight and not autounlock) when the an app is running? #5693
Unanswered
espruino-discuss2
asked this question in
Bangle.js
Replies: 1 comment
-
Posted at 2023-01-27 by @thyttan You could programmatically change the setting and then switch it back to the user setting when exiting the app, would be one way. Posted at 2023-01-30 by @gfwilliams 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 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-01-27 by pancake
Is there a way to tell the system not to lock the device and keep the backlight on until the app is closed?
Beta Was this translation helpful? Give feedback.
All reactions