Skip to content
Steven Boger edited this page Jun 27, 2018 · 12 revisions

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

Throwing this here for now. Will edit examples readme and attempt my first pull request later.

video mirror using to 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

(I have two 64x64 panels in a chain.)

Clone this wiki locally