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
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@
2
2
3
3
Simple Arduino Clock with LED matrix display 32 x 8 pix. In this sketch is LedControl library (https://github.com/wayoda/LedControl) used.
4
4
5
-
In version 1.4 you can use clock verticaly and show some short messages (you can use two inputs).
6
-
5
+
In version 1.4 you can use clock verticaly and show some short messages (you can use two inputs). If you connect input 10 and/or 11 to GND you can show one of them. Text of message you can upgrade only in code, see row around 400 (look for '//show some message or time'). More information in code.
7
6
8
7
Menu:
9
8
- H: Hours
@@ -22,8 +21,8 @@ Menu:
22
21
- R: Font turning 1 (turn each character; 00 = off, 01 = on)
23
22
- r: Font turning 2 (turn all diplay; 00 = off, 01 = on)
0 commit comments