mirror of https://github.com/espruino/BangleApps
update readme for https://github.com/espruino/BangleApps/pull/1773
parent
3080255337
commit
0ac5822d7a
|
@ -9,7 +9,7 @@ This is Bangle.js's settings menu
|
|||
* **Quiet Mode** prevent notifications/alarms from vibrating/beeping/turning the screen on - see below
|
||||
* **Locale** set time zone, the time format (12/24h, for supported clocks) and the first day of the week
|
||||
* **Select Clock** if you have more than one clock face, select the default one
|
||||
* **Set Time** Configure the current time - Note that this can be done much more easily by choosing 'Set Time' from the App Loader
|
||||
* **Date & Time** Configure the current time - Note that this can be done much more easily by choosing 'Set Time' from the App Loader
|
||||
* **LCD** Configure settings about the screen. How long it stays on, how bright it is, and when it turns on - see below.
|
||||
* **Theme** Adjust the colour scheme
|
||||
* **Utils** Utilities - including resetting settings (see below)
|
||||
|
@ -35,11 +35,15 @@ This is Bangle.js's settings menu
|
|||
`Wake on Touch` actually uses the accelerometer, and you need to actually tap the display to wake Bangle.js.
|
||||
* **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.
|
||||
|
||||
## Locale
|
||||
|
||||
* **Time Zone** your current Time zone. This is usually set automatically by the App Loader
|
||||
* **Time Format** whether you want a 24 or 12 hour clock. However not all clocks will honour this.
|
||||
* **Start Week On** start the displayed week on Sunday, or Monday. This currently only applies to the Alarm app.
|
||||
|
||||
## Quiet Mode
|
||||
|
||||
Quiet Mode is a hint to apps and widgets that you do not want to be disturbed.
|
||||
Quiet Mode is a hint to apps and widgets that you do not want to be disturbed.
|
||||
The exact effects depend on the app. In general the watch will not wake up by itself, but will still respond to button presses.
|
||||
|
||||
* **Quiet Mode**
|
||||
|
|
Loading…
Reference in New Issue