Board-dat/MPC/MPC1123-DAT/2024-11-14-18-02-42.png
... ...
Binary files /dev/null and b/Board-dat/MPC/MPC1123-DAT/2024-11-14-18-02-42.png differ
Board-dat/MPC/MPC1123-DAT/MPC1123-DAT.md
... ...
@@ -6,6 +6,8 @@
6 6
- https://www.electrodragon.com/product/rgb-led-matrix-panel-drive-board-for-orange-pi-opi-h3/
7 7
8 8
- relevant git - https://github.com/mrfaptastic/opi-allwinner-h3-rgb-led-matrix
9
+- alternative git - https://github.com/Edragon/rpi-rgb-led-matrix-rockchip (opi-allwinner-h3-rgb-led-matrix)
10
+
9 11
10 12
- demo test - https://twitter.com/electro_phoenix/status/1522157916757041152
11 13
... ...
@@ -15,6 +17,35 @@
15 17
![](03-46-21-05-03-2023.png)
16 18
17 19
20
+## Wiring UP
21
+
22
+![](2024-11-14-18-02-42.png)
23
+
24
+
25
+ .output_enable = PA07
26
+ .clock = PA19
27
+ .strobe = PA14
28
+
29
+ .a = PA00
30
+ .b = PA10
31
+ .c = PA03
32
+ .d = PA13
33
+ .e = PA20
34
+
35
+ .p0_r1 = PA12
36
+ .p0_g1 = PA08
37
+ .p0_b1 = PA11
38
+ .p0_r2 = PA06
39
+ .p0_g2 = PA09
40
+ .p0_b2 = PA01
41
+
42
+
43
+## Only Orange PI PC / Allwiner H3 supported
44
+
45
+This is an experimental library only.
46
+
47
+A lightweight, non-GUI, distribution such as DietPi is recommended. Raspbian Lite is a bit easier to get started with and is a good second choice.
48
+
18 49
19 50
## demo video
20 51