BangleApps/apps/stepo
hughbarney 248547146f updates to README files for stepo and simplest clocks 2021-03-06 12:59:22 +00:00
..
README.md updates to README files for stepo and simplest clocks 2021-03-06 12:59:22 +00:00
app.js added Simplest clock, added Stepometer clock 2021-03-06 12:29:47 +00:00
icon.js added Simplest clock, added Stepometer clock 2021-03-06 12:29:47 +00:00
screenshot1.jpg updates to README files for stepo and simplest clocks 2021-03-06 12:59:22 +00:00
screenshot2.jpg added Simplest clock, added Stepometer clock 2021-03-06 12:29:47 +00:00
stepo.info.js added Simplest clock, added Stepometer clock 2021-03-06 12:29:47 +00:00
stepo.png added Simplest clock, added Stepometer clock 2021-03-06 12:29:47 +00:00

README.md

Stepometer Clock

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
  • The guage show percentage of steps out of a goal of 10000 steps

  • When the battery is less than 25% the doughnut turns red

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 plan to use this watch face with others in a multiclock format and want to be able to reuse the arrayBuffer with other clocks.