Skip to content
Sacha Sayan edited this page Jul 31, 2019 · 12 revisions

Welcome to the rpi-rgb-led-matrix wiki!

Hardware table

Found a set of supported hardware, and working settings for that hardware? Please add it to this table.

Description Settings/Notes Purchase Link
LysonLed P10 Outdoor SMD RGB Led Module 32x16 Use settings --led-rows=16 --led-row-addr-type=2 --led-multiplexing=3 AliExpress

Quick tricks, tips

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

Clone this wiki locally