mirror of https://github.com/espruino/BangleApps
|
||
---|---|---|
.. | ||
Changelog | ||
README.md | ||
app-icon.js | ||
app.js | ||
app.png | ||
screenshot.png |
README.md
Sonic Clock
A classic sonic clock featuring run, stop and wait animations.
Usage
- Sonic will run when the screen is unlocked
- Sonic will stop when the screen is locked
- Sonic will wait when looking at your watch face (when
Bangle.on("twist", fn)
is fired). This option is configurable (see below).
Configuration
To access the settings menu, you can double tap on the right side of the watch. The following options are configurable:
Active Mode
- catering for 'active' behaviour where thetwist
method can be fired undesirably. Whenon
this will prevent the LCD from turning on when atwist
event is fired.Twist Thresh
- customise the acceleration needed to activate the twist method (see theBangle.setOptions
method for more info).