Announce: SmartMatrix::GFX, FastLED::NeoMatrix and LEDMatrix on top of rPi

Currently, running displays of 128x128 or higher, doesn’t work on ESP32 due to lack of DMA RAM, and while it can work on teensy 3.6 with some panels, it is slow and looks bad. Getting a faster chip is needed.
Similarly, if you have unsupported panels (AB or AC), and you’d like to use them, another driver is needed.

For both problems, you can use GitHub - hzeller/rpi-rgb-led-matrix: Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO , however it requires you to use a raspberry pi, which is a problem if your current code is arduino.

Thankfully, there is now a solution: Marc's Blog: arduino - Running FastLED, Adafruit::GFX, and LEDMatrix code on High Resolution RGBPanels with a Raspberry Pi
This solution allows you to build arduino code so that it works on linux and uses these layers:

1 Like