BangleApps/apps/blc
aemkai b4f7f6f617
Update apps/blc/blc.settings.json
Yes, i found it in a tutorial this way, but i'm fairly new to JS

Co-authored-by: Rob Pilling <robpilling@gmail.com>
2024-09-25 19:58:31 +02:00
..
ChangeLog Update ChangeLog 2024-09-12 16:46:40 +02:00
README.md Update README.md 2024-09-12 16:44:52 +02:00
blc-icon.js upload additional files 2024-08-24 18:03:07 +02:00
blc-icon.png upload additional files 2024-08-24 18:03:07 +02:00
blc.js Update blc.js 2024-09-12 18:05:12 +02:00
blc.settings.js Update blc.settings.js 2024-09-12 18:08:26 +02:00
blc.settings.json Update apps/blc/blc.settings.json 2024-09-25 19:58:31 +02:00
metadata.json Update metadata.json 2024-09-12 16:35:14 +02:00
screenshot_blc_1.bmp upload new screenshots 2024-09-12 16:37:23 +02:00
screenshot_blc_2.bmp upload new screenshots 2024-09-12 16:37:23 +02:00

README.md

Binary LED Clock

A binary watch with LEDs, showing time and date.

From top to bottom the watch face shows four rows of leds:

  • hours (red leds)
  • minutes (green leds)
  • day (yellow leds, top row)
  • month (yellow leds, bottom row)

The colors are default colors and can be changed at the settings page, also, the outer ring can be disabled.

The rightmost LED represents 1, the second 2, the third 4, the next 8 and so on, i.e. values are the powers of two.

As usual, luminous leds represent a logical one, and "dark" leds a logcal '0'. Dark means the color of the background. Widgets aren't affected and are shown as normal.