mrcodetastic / ESP32-HUB75-MatrixPanel-DMA

An Adafruit GFX Compatible Library for the ESP32, ESP32-S2, ESP32-S3 to drive HUB75 LED matrix panels using DMA for high refresh rates. Supports panel chaining.
MIT License
939 stars 208 forks source link

128x64-32S Not working #518

Closed HennieLP closed 10 months ago

HennieLP commented 10 months ago

image image image image Screen is just black if I press the reset button on the ESP screen some times Flashes

HennieLP commented 10 months ago

only flashing on reset if mxconfig.driver = HUB75_I2S_CFG::FM6126A is set

board707 commented 10 months ago

Your panel's driver is DP3246. It require additional configuration before work and is not fully compatible with the library. By the way, you panel should contains a three types of chip, but you show us only two.

HennieLP commented 10 months ago

thx