ESP32-HUB75-MatrixPanel-DMA
ESP32-HUB75-MatrixPanel-DMA copied to clipboard
64x32 1/32 only works properly when PANEL_RES_Y set to 64
Hi. I have a problem, in my current configuration i have a 64x32 panel. i got it working properly, but it only shows fully when in the sketch i use PANEL_RES_Y to 64, if i set if i change it to 32 it only draws 16 pixels. Also the display shifted 1 pixel in row number 17 and below. Heres the attached photos
PANEL_RES_Y = 32
PANEL_RES_Y = 64
Update : Changing clockphase to false does fix the layer shifting issue, but PANEL_RES_Y Still need to be declared at 64 in order to use the panel fully
I have always had this confusion and don't know how to solve it