Skip to content

Commit eaee00d

Browse files
authored
Update README.md
1 parent 69ab58f commit eaee00d

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

+30-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Hardware platform and game library based on Arduino and LED display 64x64
44

5+
Demonstration of the working prototype: https://www.youtube.com/watch?v=gy7oADJboqM
6+
7+
## Display
8+
59
This project uses Adafruit-like display:
610
https://learn.adafruit.com/32x16-32x32-rgb-led-matrix
711

@@ -15,7 +19,32 @@ LLLLUUUU
1519
Therefore this is logically 128x32 display.
1620
Arduino shifts 128 pixels into display registers at every iteration.
1721

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
1948

2049
## Arduino Uno wiring
2150

0 commit comments

Comments
 (0)