updates to README files for stepo and simplest clocks

pull/682/head
hughbarney 2021-03-06 12:59:22 +00:00
parent 2988266b43
commit 248547146f
5 changed files with 10 additions and 5 deletions

View File

@ -2938,7 +2938,7 @@
"name": "Stepometer Clock", "name": "Stepometer Clock",
"icon": "stepo.png", "icon": "stepo.png",
"version":"0.01", "version":"0.01",
"description": "A larg font watch, displays step count in a doughnut guage and warns of low battery", "description": "A large font watch, displays step count in a doughnut guage and warns of low battery",
"tags": "clock", "tags": "clock",
"type":"clock", "type":"clock",
"readme": "README.md", "readme": "README.md",

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View File

@ -1,21 +1,26 @@
# Stepometer Clock # Stepometer Clock
A larg font watch, displays step count in a doughnut guage and warns of low battery A large font watch, displays step count in a doughnut guage and warns of low battery
## Features ## Features
- Displays the time in large font - Displays the time in large font
- Display current step count in a doughnut guage - Display current step count in a doughnut guage
- Show step count in the middle of the doughnut guage - Show step count in the middle of the doughnut guage
- When the battery is less than 25% the doughnut turns red
- The guage show percentage of steps out of a goal of 10000 steps - The guage show percentage of steps out of a goal of 10000 steps
![](screenshot.jpg)
![](screenshot1.jpg) ![](screenshot1.jpg)
- When the battery is less than 25% the doughnut turns red
![](screenshot2.jpg)
# Notes # Notes
* Uses an arrayBuffer to prepare the doughnut guage. The arrayBuffer * Uses an arrayBuffer to prepare the doughnut guage. The arrayBuffer
is 160*160 and is larger than required. The reason for this is that is 160*160 and is larger than required. The reason for this is that
I plane to use this watch face with others in a multiclock format I plan to use this watch face with others in a multiclock format
and want to be able to reuse the arrayBuffer with other clocks. and want to be able to reuse the arrayBuffer with other clocks.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

BIN
apps/stepo/screenshot1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB