Hello. I am trying to figure out how to build an LED wall for scrolling text. I have seen the 64x64 RGB panels, the 8x8 red ones, and I could even consider starting from individual soldered LEDs. What I am trying to understand is what is the maximum size limit of the matrix that I can ideally reach.
Any suggestion?
It depends on many factors:
- used controllers (stm32 and ESP32 can handle bigger screen than Arduino Uno)
- type of the panels
- used libraries
- color depth
and many others
For example, using monochrome p10 modules with a stm32-based controller, you can get a led wall tens of meters long
I also have a RPi 4 8G. Is it a good option?
I don't know, I don't work with raspberry, but check out this library
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.