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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@ This is an ESP32 version of the DIY Machines LED Clock Shelf with ESPHome suppor
2
2
3
3
There are some differences from the DIY Machines version you will need to be aware of:
4
4
- This version uses ESP32, not Arduino.
5
-
- This version users 32 segments with 9 LEDs per segment. I would like to make this all configurable, but I'm not there yet. If you require a different setup, you will need to modify the C++ yourself.
5
+
- This version uses 32 segments with 9 LEDs per segment. I would like to make this all configurable, but I'm not there yet. If you require a different setup, you will need to modify the C++ yourself.
6
6
- This version is wired exactly like the clock from https://github.com/florianL21/LED-ClockShelf (thank you florianL21 for the inspiration). Please consult the documention there for wiring instructions and diagrams.
7
7
- This version can only display 12 hours (32 segments). A 24-hour (37 segments) clock will require some code modifications. My original intention was to make this configurable as well, but I have no way of testing with a 12-hour clock. If you are able to get this working, feel free to contribute back to the project.
0 commit comments