You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: usermods/Clock_overlay/readme.md
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,13 @@
1
1
# Clock Overlay usermod
2
2
3
-
This usermod displays a digital clock on top of the WLED effects.
4
-
It works best using a 32x8 matrix LED.
5
-
TODO => on a 16x16 matrix the characters won't fit sideways, so use the 'Hours over minutes'option to display the hours at the top left and the minutes in the right bottom corners.
6
-
TODO => make cloxel website
3
+
This usermod displays a digital clock on top of the WLED effects. Since it combines a clock with pixel we named it Cloxel.
4
+
See the following instructable for more information:
- Make the Clock overlay compatible with 16x16 matrix as well. Add an option to display the hours at the top left and the minutes in the right bottom corners.
9
+
- Alternating weekday/date/time modes
10
+
- Message integration into main WLED screen
7
11
8
12
## Installation
9
13
@@ -22,11 +26,6 @@ Notes for configuring the 32x8 LED matrix:
22
26
- Dimensions are 32x8
23
27
- Offset X and Y are both 0
24
28
25
-
26
-
All parameters are runtime configurable.
27
-
28
-
29
-
30
29
## Release notes
31
30
32
-
2025-05 Initial implementation by @myriadbits (AKA Jochem Bakker)
31
+
2025-06 Initial implementation by @myriadbits (AKA Jochem Bakker)
0 commit comments