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
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,18 @@
1
-
# Arduino-Matrix-Clock v1.4
1
+
# Arduino-Matrix-Clock v1.5
2
2
3
-
Simple Arduino Clock with LED matrix display 32 x 8 pix. In this sketch is LedControl library (https://github.com/wayoda/LedControl) used.
3
+
Simple Arduino Clock with LED matrix display 32 x 8 pix.
4
+
5
+
In this sketch are used some external libraries. You have to download and instal them:
6
+
LED CONTROL: https://github.com/wayoda/LedControl
7
+
IR REMOTE CONTROL: https://github.com/z3t0/Arduino-IRremote
4
8
5
9
For more info and discussion see https://www.mylms.cz/arduino-hodiny-s-maticovym-displejem/ You can use forum there. Please write in english.
6
10
7
11
See video: https://youtu.be/HDweqN9cDNA
8
12
9
-
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. You can upgrade text of message only in code, see row around 420 (look for '//show some message or time'). More information in code.
13
+
In v1.5 it's possible to invert display and control clock by a IR remote control. You have to change IR Remote control codes in sketch to your codes. You can use...
14
+
15
+
You can control clock by the buttons, Serial port and/or IR remote control.
10
16
11
17
Menu:
12
18
- H: Hour
@@ -26,13 +32,14 @@ Menu:
26
32
- r: Font turning 2 (turn all diplay; 00 = off, 01 = on)
0 commit comments