mirror of https://github.com/espruino/BangleApps
Matrix Clock: Updating version no and change log
parent
c5f27550f1
commit
e6586c0237
|
@ -3,3 +3,4 @@
|
||||||
0.03: Keep the date from being overwritten, use correct colour from theme for clearing
|
0.03: Keep the date from being overwritten, use correct colour from theme for clearing
|
||||||
0.04: Removed "wake LCD on face-up"-feature: A watch-face should not set things like "wake LCD on face-up".
|
0.04: Removed "wake LCD on face-up"-feature: A watch-face should not set things like "wake LCD on face-up".
|
||||||
0.05: Added support to other color themes (other then black)
|
0.05: Added support to other color themes (other then black)
|
||||||
|
0.06: Added support for 24 hour clock enabled from settings
|
||||||
|
|
|
@ -6,8 +6,9 @@
|
||||||
Please use the setting->App->Matrix Clock Menu to change the settings
|
Please use the setting->App->Matrix Clock Menu to change the settings
|
||||||
|
|
||||||
| Setting | Description |
|
| Setting | Description |
|
||||||
|-----------|--------------------------------------------------------------------------------------------------------------------|
|
|-------------|--------------------------------------------------------------------------------------------------------------------|
|
||||||
| Color | by default set to **'theme'** to follow the theme colors. Selector also offers a selection of other colour schemes |
|
| Color | By default set to **'theme'** to follow the theme colors. Selector also offers a selection of other colour schemes |
|
||||||
|
| Time Format | Choose between 12 hour and 24 hour time format |
|
||||||
| Intensity | Changes the number of matrix streams that are falling |
|
| Intensity | Changes the number of matrix streams that are falling |
|
||||||
|
|
||||||
## Colour Themes
|
## Colour Themes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "matrixclock",
|
"id": "matrixclock",
|
||||||
"name": "Matrix Clock",
|
"name": "Matrix Clock",
|
||||||
"version": "0.05",
|
"version": "0.06",
|
||||||
"description": "inspired by The Matrix, a clock of the same style",
|
"description": "inspired by The Matrix, a clock of the same style",
|
||||||
"icon": "matrixclock.png",
|
"icon": "matrixclock.png",
|
||||||
"screenshots": [{"url":"matrix_green_on_black.jpg"}],
|
"screenshots": [{"url":"matrix_green_on_black.jpg"}],
|
||||||
|
|
Loading…
Reference in New Issue