ESP32-HUB75-MatrixPanel-DMA
ESP32-HUB75-MatrixPanel-DMA copied to clipboard
1/8 scan matrix 32x32, only half is working
trafficstars
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.
As written in the readme. 1/8 scan panels are not supported. I don't have one of these to test with either.
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/