hzeller / rpi-rgb-led-matrix

Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
GNU General Public License v2.0
3.64k stars 1.16k forks source link

Controlling via mqtt #1293

Open sommo opened 3 years ago

sommo commented 3 years ago

Hi, beautiful project! I can do anything in the example and my panel seems to work as it should do. But i wanna to control it via mqtt is there a guide to do so?

samturner3 commented 1 year ago

I am building a project to do this, see https://github.com/samturner3/rpi-led-matrix-painter-mqtt it is still under construction.

This is the dependency tree of it:

hzeller/rpi-rgb-led-matrix -> alexeden/rpi-led-matrix -> (forked) wesleytabaka/rpi-led-matrix -> wesleytabaka/rpi-led-matrix-painter -> samturner3/rpi-led-matrix-painter-mqtt

Alternatively if anyone knows of a project already made to control a sign via mqtt would you kindly let me know before I re-invent the wheel :)