ESP32-HUB75-MatrixPanel-DMA icon indicating copy to clipboard operation
ESP32-HUB75-MatrixPanel-DMA copied to clipboard

1/8 scan matrix 32x32, only half is working

Open zzolax opened this issue 3 years ago • 2 comments
trafficstars

HH Hi, I tested this lib with 64x32 1/16 FM6124 disp;ay - all is fine but with 32x32 1/8 TC5020AP only a half is working.

zzolax avatar Aug 18 '22 15:08 zzolax

As written in the readme. 1/8 scan panels are not supported. I don't have one of these to test with either.

mrcodetastic avatar Aug 20 '22 08:08 mrcodetastic

i faced a similar issue my self when using the example for 1/8 scan panels. go to ESP32-VirtualMatrixPanel-I2S-DMA.h and comment out lines 163 and 164 basically

// coords.x = x; // coords.y = y;

and this seemed to fix it for me

tho its an older version refer to this i generally use it for my 32x32 1/8scan panels https://github.com/mzashh/ESP32-HUB75-MatrixPanel-DMA/tree/master/

mzashh avatar Jan 19 '23 14:01 mzashh