WLED-MM now features support for LED matrix panels using the HUB75 format .
You can use either a regular ESP32 with a suitable adapter board such as ESP32 Trinity or
rorosaurus/esp32-hub75-driver …
This support is supplied by the ESP32-HUB75-MatrixPanel-DMA library.
I can run the examples from ESP32-HUB75-MatrixPanel-DMA w/o problems.
However, just for my understanding: as soon as I want to install WLED-MM on the ESP32, I cannot use a regular ESP32 any more but have to use one of the hardwares mentioned above? is this correct?
also, I installed WLED-MM on the ESP32 and cannot find any mention of HUB75 in the configuration dialogs. What am I missing?
The ESP32 Trinity example is just to simply the wiring for you but you can manually wire hub75 panels to a bare esp32 and it will work because I have done it but too much wiring
However it seems, that for my panel, the blue and red channel are swapped. I wired the panel according to the diagram on HUB75 support - WLED MoonModules Project . For my own code, I then swapped the pins for R and B in my source code, e.g.:
There is an example here in which swapping the wiring worked
Not tested if there is any other file beside bus_manager.cpp to edit , if you get no where then post an issue on the MM discord or better use the original DMA project and post on that project github