2024-08-24 16:03:07 +00:00
|
|
|
# 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)
|
|
|
|
|
2024-09-12 14:44:52 +00:00
|
|
|
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.
|
2024-08-24 16:03:07 +00:00
|
|
|
Widgets aren't affected and are shown as normal.
|