File tree Expand file tree Collapse file tree 1 file changed +4
-22
lines changed
Expand file tree Collapse file tree 1 file changed +4
-22
lines changed Original file line number Diff line number Diff line change 11# Arduino-Matrix-Clock v1.2
22
33Simple Arduino Clock with LED matrix display 32 x 8 pix. In this sketch is LedControl library (https://github.com/wayoda/LedControl ) used.
4+
45In 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
710Menu:
811- H: Hours
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
5032For use external power supply (no USB) you need
5133- 1N4148 diode
You can’t perform that action at this time.
0 commit comments