-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Home
Evgeny Budakov edited this page Nov 24, 2022
·
12 revisions
Welcome to the rpi-rgb-led-matrix wiki!
Found a set of supported hardware, and working settings for that hardware? Please add it to this table.
Description | Settings/Notes | Purchase Link | Documentation |
---|---|---|---|
LysonLed P10 Outdoor SMD RGB Led Module 32x16 | Use settings --led-rows=16 --led-row-addr-type=2 --led-multiplexing=3 | AliExpress | N/A |
LysonLed P4 Outdoor 64x32 1/8 Scan Kinglight LED Matrix | HUB75 with ABC row addressing, FM6124 shift registers. Use settings --led-panel-type=FM6126A --led-row-addr-type=3 --led-cols=32 --led-chain=2 --led-multiplexing=2 | AliExpress 07-2020 | Directly wired from RPI Zero W, no breakout or level shifter. Thanks to hzeller et al for clues and contributions and work |
Waveshare 64x64 4096 Pixels RGB Full-Color LED Matrix Panel | --led-rows=64 --led-cols=64 --led-brightness=50 --led-pixel-mapper="Mirror:V;Mirror:H" |
Amazon 11-2022 | Directly wired from PI3, sometimes barely noticeable flicker shows not even sure it's due to voltage |
Description | Notes | Purchase Link |
---|---|---|
ElectroDragon | Active, 3 ports based on HZeller's specification. Uses CR1220 battery. | ElectroDragon |
Video mirror using two progs and a pipe:
pi@raspberrypi:~/rpi-rgb-led-matrix/examples-api-use $ raspivid -w 128 -h 64 -n -fps 60 -o /dev/null -r - -rf rgb -v -t 0 -hf | sudo ./ledcat