BangleApps/apps/barcode
Anton 2a10df7f45 Bump app versions 2024-03-04 22:32:06 +01:00
..
ChangeLog Bump app versions 2024-03-04 22:32:06 +01:00
README.md Clarifying update intervals 2022-05-28 14:01:20 +02:00
barcode.app.js Fix no-unused-vars in existing apps 2024-03-04 21:34:50 +01:00
barcode.clock.png Icon updates 2022-05-28 14:37:08 +02:00
barcode.icon.js EAN-8 Barcode clock, INIT 2022-03-29 09:02:07 +02:00
barcode.icon.png Icon updates 2022-05-28 14:37:08 +02:00
metadata.json Bump app versions 2024-03-04 22:32:06 +01:00

README.md

Barcode clockwatchface

A scannable EAN-8 compatible clockwatchface for your Bangle 2

The format of the bars are

||HHmm||MMwc||

  • Left section: HHmm
    • H: Hours
    • m: Minutes
  • Right section: MM9c
    • M: Day of month
    • w: Day of week
    • c: Calculated EAN-8 digit checksum

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")
  • The face updates every 5 minutes or on demant by pressing the hardware button

This clockwathface is aware of theme choice, so it will adapt to Light/Dark themes.