Description
The panel I am using is 32x64 pixels. It is selecting the rows with RUL5158C. It is also using SM16208 for pixels.
When I run the SimpleTestShapes example with DP3246_SM5368 (mxconfig.driver = HUB75_I2S_CFG::DP3246_SM5368;), I get the following image. Although there is a problem with the image, I think the row scanning is correct with DP3246_SM5368.
When I wrote a simple code that scans the R1 channel for testing purposes, I saw that the panel scans 32 pixels from the top row, then scans 32 pixels from the bottom row, then finishes scanning with 32 from the top and 32 from the bottom.
I tried the example with ESP32-VirtualMatrixPanel-I2S-DMA.h, but I could only fill 16 rows of the panel. I am not sure if this is the solution I need to achieve. Any guidance would be very helpful.