You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Write your own programs using the Matrix in C++ or one of the
138
142
bindings such as Python or C#.
139
143
144
+
### Wiring / Boards
145
+
146
+
Please see the [Adadpter Boards or Self Wiring](./adapter).
147
+
148
+
Summary is:
149
+
- Yes you can self wire without level shifters and it will work most of the time, but if you're not in a hurry get a board
150
+
-https://www.electrodragon.com/product/rgb-matrix-panel-drive-board-for-raspberry-pi-v2/**is the recommended solution with 3 channels and level shifters**. You can't go wrong there, but expect a bit of shipping time.
151
+
- If shipping time is crucial and you don't want to wire your own, Adafruit sells a single channel board (the electrodragon one is 3 channels), but note that its wiring is non standard and requires a special compile option or command line argument: https://www.adafruit.com/product/3211
152
+
140
153
### Utilities
141
154
142
155
The [utils directory](./utils) is meant for ready utilities to show images or
($3/board, but fairly long and/or expensive shipping from HKG)
17
-
* Seller #2 (fill me)
20
+
($3/board, but fairly long and/or expensive shipping from HKG). The old board includes
21
+
support for an optional RTC (real time clock) which had to be disabled for most users
22
+
who wanted 3 channels instead of an RTC.
23
+
* The new HD board with angled connectors (thinner footprint), is here: https://www.electrodragon.com/product/rgb-matrix-panel-drive-board-for-raspberry-pi-v2/ << **this is the recommended board for most users today**
* The [Passive-RPi1](./passive-rpi1) adapter board is to connect one panel to
19
27
Raspberry Pi 1 with 26 GPIO pins.
20
28
21
-
![Three Panels connected][three-panels]
29
+
* For completeness, Adafruit has a single channel active board here:
30
+
https://www.adafruit.com/product/3211 although it is ultimately inferior to the
31
+
electrodragon board, but it does ship quicker if you're in the US (note that you will
32
+
need special compile option or command line argument since it uses non standard wiring)
33
+
34
+
* As of 2024/12 and this thread: https://rpi-rgb-led-matrix.discourse.group/t/solved-aliexpress-2-string-passive-adapter-not-working-because-rpi-connector-was-soldered-on-the-wrong-side-of-the-board/892/26 , there is also a cheap passive 2 channel board that works great on a small board like rPi0 2W, but all chinese sellers that Marc Merlin surveyed at the time, sold the board soldered wrong and they do not work unless you order the board unsoldered and solder it yourself. Electrodragon is in the process of finishing a low profile 3 channel passive board that will be a proper replacement for the unnamed mis-soldered chinese board.
0 commit comments