You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### This app needs the latest settings app update (v 0.80), to ensure that setting the brightness to `0` does not default to `1`.
3
+
4
+
BackLite is an app which greatly conserves battery life by only turning the backlight on when you long press the button from a locked state.
5
+
6
+
Modern watches have a dedicated button to turn the backlight on, so as not to waste battery in an already light environment. This app recreates that functionality for the Bangle.js, which only has one button.
7
+
8
+
#### Warning: This app overwrites the LCD brightness setting in `Bangle.js LCD settings`. If it is changed, the app will basically lose functionality. It auto-fixes itself every boot, so if you change the brightness, just reboot :)
9
+
# Usage
10
+
When you unlock with a press of the button, or any other way you unlock the watch, the backlight will not turn on, as most of the time you are able to read it, due to the transreflective display on the Bangle.js 2.
11
+
12
+
If you press and hold the button to unlock the watch (for around half a second), the backlight will turn on for 5 seconds - just enough to see what you need to see. After that, it will turn off again.
13
+
14
+
Some apps like `Light Switch Widget` will prevent this app from working properly.
15
+
# Settings
16
+
`Brightness` - The LCD brightness when unlocked with a long press.
17
+
# Creator
18
+
RKBoss6
19
+
20
+
TODO: Add a setting for long press time, or light duration
"description": "Conserves battery life by turning the backlight on only on a long press of the button from a locked state. **Requires the latest settings update (v0.80)**",
0 commit comments