P10 32x16 RGB LED Panel 1/4s spliting image with RGBmatrixPanel Lib in Arduino UNO R3 ATMEGA328P

Have you guys had a problem like this? Spliting image in the LED Panel

It's just run examples testcolors demo for Adafruit RGBmatrixPanel library. Or you guys can suggest another library that might support my LED panel(P10 32x16 RGB LED Panel 1/4s?

Looks like you do not have the right board... not enough RAM.

You cannot use this size panel with an Arduino UNO (ATmega328) or ATmega32u4
- you need a chip with more RAM!

Okay i willl try with another arduino UNO, thanks

Try a dozen Unos, all will fail. Not enough memory.

No.

32 * 16 * 3 = 1.5k... should fit but there is not much RAM left for anything else.

Please check for loose connections. Is pin B connected to the right pin?

The library uses a 4bit colors, so it will be a 32*16 *3 / 2 = 750 bytes

The source of the issue is a scan factor - the RGBmatrixPanel library doesn't support a 1/4s panels.

Try another libraries -

for ESP32 boards:

or (STM32 / RP2040)

You are right. But I would expect line L4-L7 to be mapped on line L0-L3 and not blanked.