How do I control huge numbers of the 64 x 32 screen?

hi there

I’d like to be able to build a huge wall with the 64x32 RGB screens. like 10 or more of the screens, so say 128 x 160 pixels or bigger. i see people have done this on the internet, but how are they doing it?

any help would be appreciated.

thanks, jack

Hi, take a look at this Raspberry Pi project that can drive large screens: GitHub - hzeller/rpi-rgb-led-matrix: Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO

SmartMatrix Library can only handle up to about 128x64 per controller on the new Teensy 4 version using high quality settings. If you have a way of syncing 2-3 controllers that might work well for you.

like this: Marc's Blog: arduino - RGB Panels, from 192x80, to 384x192, to 384x256 and maybe not much beyond
Anything bigger is likely FPGAs with a controller board.