1
0
Fork 0

Create README.md

master
Andreas Rozek 2022-01-06 06:36:08 +01:00
parent 0751aaa2bc
commit 4ffee250d7
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
# Configurable Analog Clock #
This app implements an analog clock with various faces, hands and colors to
choose from.
You have the choice between:
* 4 different clock faces ![](Screenshot_01.png) ![](Screenshot_02.png) ![](Screenshot_03.png) ![](Screenshot_04.png) and
* 3 different clock hands (optionally with or without second hands) ![](Screenshot_11.png) ![](Screenshot_12.png) ![](Screenshot_13.png)
Additionally, you may use the currently configured global theme or configure
your own colors for clock fore- and background and second hands.
Just swipe up or down to switch from clock display to configuration screen
![](Screenshot_21.png) ![](Screenshot_22.png) ![](Screenshot_23.png)
![](Screenshot_24.png) ![](Screenshot_25.png)
Chosen settings will be written to the Bangle.js's flash memory and restored
whenever the clock is started again.
This clock also acts as an example for the building blocks found in the author's
[GitHub repository](https://github.com/rozek/banglejs-2-activities)
## License ##
[MIT License](LICENSE)