Added low battery example

pull/2539/head
David Peer 2023-01-29 20:04:33 +01:00
parent c8b41bf4e9
commit 135fa048b7
3 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,10 @@ A happy clock.
- The left mouthline shows whether your bangle is locked or not - The left mouthline shows whether your bangle is locked or not
- The right mouthline whether you reached 10k steps or not. - The right mouthline whether you reached 10k steps or not.
Here you can see an example of a locked bangle with a low battery:
![](screenshot_3.png)
## Creator ## Creator
- [David Peer](https://github.com/peerdavid). - [David Peer](https://github.com/peerdavid).

View File

@ -11,7 +11,8 @@
"tags": "clock", "tags": "clock",
"screenshots": [ "screenshots": [
{"url":"screenshot_1.png"}, {"url":"screenshot_1.png"},
{"url":"screenshot_2.png"} {"url":"screenshot_2png"},
{"url":"screenshot_3.png"}
], ],
"storage": [ "storage": [
{"name":"happyclk.app.js","url":"happyclk.app.js"}, {"name":"happyclk.app.js","url":"happyclk.app.js"},

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB