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

64x32 1/32 only works properly when PANEL_RES_Y set to 64

Open kucingpresto opened this issue 1 year ago • 1 comments

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 = 32 PANEL_RES_Y = 64 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

kucingpresto avatar Oct 26 '23 18:10 kucingpresto

I have always had this confusion and don't know how to solve it

bluesubway avatar Oct 28 '23 12:10 bluesubway