Skip to content

Commit cd58231

Browse files
authored
Update README.md
1 parent 4c0e56a commit cd58231

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

README.md

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Arduino-Matrix-Clock v1.2
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.
4+
45
In v1.2 are add new features and deleted "graphic fonts".
5-
In v1.2 is easier set the clock via computer.
6+
7+
In v1.2 is easier set the clock via computer (see code).
8+
69

710
Menu:
811
- H: Hours
@@ -25,27 +28,6 @@ Menu:
2528
- 4x LED matrix with MAX7219 driver (used LedControl library)
2629
- 2x button
2730

28-
SERIAL COMMUNICATION (9600b)
29-
You have to send three chars. 1st is function, other two are digits
30-
XDD -> X = function; DD = number 00 to 99 (two digits are nessesary)
31-
Command is case sensitive!! M01 and m01 are different commands.
32-
33-
y = year (0 - 99)
34-
m = month (1 - 12)
35-
d = day (1 - 31)
36-
w = day of week (1 - 7)
37-
38-
H = hour (0 - 23)
39-
M = minute (0 - 59)
40-
S = second (0 - 59)
41-
42-
T = turn font 1
43-
t = turn font 2
44-
b = brightness (0 - 15)
45-
f = font (1 - 5)
46-
/ = 12/24 hour format (/00 = 12h; /01 = 24h)
47-
: = dot style (:00 = not shown; :01 = always shining; :02 = blinking)
48-
4931

5032
For use external power supply (no USB) you need
5133
- 1N4148 diode

0 commit comments

Comments
 (0)