diff --git a/apps.json b/apps.json index 9d9ba84f0..c7c376225 100644 --- a/apps.json +++ b/apps.json @@ -2938,7 +2938,7 @@ "name": "Stepometer Clock", "icon": "stepo.png", "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", "type":"clock", "readme": "README.md", diff --git a/apps/simplest/screenshot.jpg b/apps/simplest/screenshot.jpg new file mode 100644 index 000000000..6e91d27f6 Binary files /dev/null and b/apps/simplest/screenshot.jpg differ diff --git a/apps/stepo/README.md b/apps/stepo/README.md index d301b9337..86f462ca2 100644 --- a/apps/stepo/README.md +++ b/apps/stepo/README.md @@ -1,21 +1,26 @@ # 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 - Displays the time in large font - Display current step count in a 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 -![](screenshot.jpg) + ![](screenshot1.jpg) +- When the battery is less than 25% the doughnut turns red + +![](screenshot2.jpg) + + # Notes + * Uses an arrayBuffer to prepare the doughnut guage. The arrayBuffer 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. diff --git a/apps/stepo/screenshot.jpg b/apps/stepo/screenshot.jpg deleted file mode 100644 index 1290288a3..000000000 Binary files a/apps/stepo/screenshot.jpg and /dev/null differ diff --git a/apps/stepo/screenshot1.jpg b/apps/stepo/screenshot1.jpg new file mode 100644 index 000000000..4e5c88a62 Binary files /dev/null and b/apps/stepo/screenshot1.jpg differ