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
Copy file name to clipboardExpand all lines: apps/setting/README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,20 @@ This is Bangle.js's main settings menu:
8
8
***Alerts** - Set how Bangle.js alerts you (including Quiet mode)
9
9
***Utils** - Utilities, including resetting settings
10
10
11
+
**New Users:** these are some settings you'll probably want to change right away:
12
+
13
+
***Calibrate LCD** Make sure that the LCD touchscreen responds to touches where you expect them to
14
+
***Locale** Set whether you want 12 hour time, and what day of the week the week starts on.
15
+
11
16
See below for options under each heading:
17
+
18
+
## Apps - App-specific settings
19
+
20
+
This is where you adjust settings for an individual app. (eg. Health app: Adjust how often heart rate tracking should fire.)
12
21
13
22
## System - System settings
14
23
15
-
***Theme** Adjust the colour scheme
24
+
***Theme** Adjust the colour scheme. Choose between light mode, dark mode, or a custom theme. To adjust themes in more detail you can also use the [Theme Switcher App](https://banglejs.com/apps/?id=themesetter)
16
25
***LCD** Configure settings about the screen. How long it stays on, how bright it is, and when it turns on - see below.
17
26
***Locale** set time zone, the time format (12/24h, for supported clocks) and the first day of the week
18
27
***Clock** if you have more than one clock face, select the default one
@@ -44,9 +53,9 @@ See below for options under each heading:
44
53
***Rotation** allows you to rotate (or mirror) what's displayed on the screen, eg. for left-handed wearers (needs 2v16 or 2v15 cutting edge firmware to work reliably)
45
54
***Wake on X** should the given activity wake up the Bangle.js LCD?
46
55
* On Bangle.js 2 when locked the touchscreen is turned off to save power. Because of this,
47
-
`Wake on Touch` actually uses the accelerometer, and you need to actually tap the display to wake Bangle.js (we recently renamed the menu item to `Wake on Tap`).
56
+
`Wake on Tap` actually uses the accelerometer, and you need to actually tap the display to wake Bangle.js.
48
57
***Twist X** these options adjust the sensitivity of `Wake on Twist` to ensure Bangle.js wakes up with just the right amount of wrist movement.
49
-
***Calibrate** on Bangle.js 2, pop up a screen allowing you to calibrate the touchscreen (calibration only works on 2v16 or 2v15 cutting edge builds)
58
+
***Calibrate** on Bangle.js 2, pop up a screen allowing you to calibrate the touchscreen, ensuring your touches are mapped to the right place on the screen. (Highly reccomended for new users!)
0 commit comments