Skip to content

Commit 04c4dee

Browse files
authored
Update README.md
1 parent de44eab commit 04c4dee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
Simple Arduino Clock with LED matrix display 32 x 8 pix. In this sketch is LedControl library (https://github.com/wayoda/LedControl) used.
44

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.
76

87
Menu:
98
- H: Hours
@@ -22,8 +21,8 @@ Menu:
2221
- R: Font turning 1 (turn each character; 00 = off, 01 = on)
2322
- r: Font turning 2 (turn all diplay; 00 = off, 01 = on)
2423
- U: Turn font UpsideDown (00 = off, 01 = on)
25-
- v: Vertical mode (new; 00 - standard horizontal, 01 - vertical mode)
26-
- Strt: Reset second after press the button and show actual time
24+
- v: Vertical mode (00 - standard horizontal, 01 - vertical mode)
25+
- Strt: Reset second (set to 0) after release the button and show actual time
2726

2827
You need:
2928
- Arduino Nano

0 commit comments

Comments
 (0)