BangleApps/apps/blc
thyttan 2d25812228 chore: rm semicolons at end of clkinfo + settings
This was done in response to 9185793042 (commitcomment-148439450) .
2024-10-30 20:20:44 +01: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 chore: rm semicolons at end of clkinfo + settings 2024-10-30 20:20:44 +01: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.