BangleApps/apps/barcode/README.md

24 lines
618 B
Markdown
Raw Normal View History

2022-05-28 11:40:41 +00:00
# Barcode clockwatchface
2022-03-29 07:02:07 +00:00
2022-05-28 11:40:41 +00:00
A scannable EAN-8 compatible clockwatchface for your Bangle 2
2022-03-29 07:02:07 +00:00
The format of the bars are
2022-05-28 11:40:41 +00:00
`||HHmm||MMwc||`
2022-03-29 10:12:57 +00:00
2022-03-29 07:02:07 +00:00
* Left section: HHmm
* H: Hours
* m: Minutes
* Right section: MM9c
2022-03-29 11:22:54 +00:00
* M: Day of month
2022-03-29 10:12:57 +00:00
* w: Day of week
2022-03-29 07:02:07 +00:00
* c: Calculated EAN-8 digit checksum
2022-05-28 11:40:41 +00:00
Apart from that
* The upper left section displays total number of steps per day
* The upper right section displays total number of steps from last boot ("stepuptime")
2022-05-28 12:01:20 +00:00
* The face updates every 5 minutes or on demant by pressing the hardware button
2022-05-28 11:40:41 +00:00
This clockwathface is aware of theme choice, so it will adapt to Light/Dark themes.