2022-03-29 07:02:07 +00:00
|
|
|
# Barcode clock(watch)face
|
|
|
|
|
|
|
|
A scannable EAN-8 compatible face for your Bangle 2
|
|
|
|
|
|
|
|
The format of the bars are
|
|
|
|
|
2022-03-29 10:12:57 +00:00
|
|
|
`[HHmm] [MMwc]`
|
|
|
|
|
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
|
|
|
|
|
|
|
|
This face is aware of theme choice, so it will adapt to Light/Dark themes.
|