File tree 1 file changed +30
-1
lines changed
1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Hardware platform and game library based on Arduino and LED display 64x64
4
4
5
+ Demonstration of the working prototype: https://www.youtube.com/watch?v=gy7oADJboqM
6
+
7
+ ## Display
8
+
5
9
This project uses Adafruit-like display:
6
10
https://learn.adafruit.com/32x16-32x32-rgb-led-matrix
7
11
@@ -15,7 +19,32 @@ LLLLUUUU
15
19
Therefore this is logically 128x32 display.
16
20
Arduino shifts 128 pixels into display registers at every iteration.
17
21
18
- Demonstration of the working prototype: https://www.youtube.com/watch?v=gy7oADJboqM
22
+ Pinout:
23
+ * R1 - 1
24
+ * G1
25
+ * B1
26
+ * GND
27
+ * R2
28
+ * G2
29
+ * B2
30
+ * GND
31
+ * A
32
+ * B
33
+ * C
34
+ * D
35
+ * CLK
36
+ * LAT
37
+ * OE
38
+ * GND - 16
39
+
40
+ * 1 2
41
+ * 3 4
42
+ * 5 6
43
+ * 7 8
44
+ * 9 10
45
+ * 11 12
46
+ * 13 14
47
+ * 15 16
19
48
20
49
## Arduino Uno wiring
21
50
You can’t perform that action at this time.
0 commit comments