netmindz

Results 356 comments of netmindz

Hi @huuck Thanks for your contribution. As the M5 is just a regular esp32 build there is no need to for a change to platformio.ini, please move the examples of...

No keep as platformio build flags, but just say in your readme what env to add. We just don't add every combination of board and usermod to the main platformio.ini...

Yeah, that fixes the issue with platformio.ini I wonder though if this kinda overlaps with https://github.com/Aircoookie/WLED/pull/4072

While the library we were using had started life as being "based off" the library you are swapping to here, there is mention on GitHub about almost total rewrite for...

Also read https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA/issues/204

Can you also confirm @Milka7878 if this works when you have multiple panels in a chain or only single panel

> this is what it currently looks like What is the significance of the green dot?

@softhack007 I've started trying to cherry-pick your changes over, quite a few don't apply due to the changes with MM, but I'll try and resolve the merge conflicts for those...

Possibly also worth looking at https://github.com/wled/WLED/pull/4626 to see if there are any changes there that are helpful

> @netmindz and all, > > please keep in mind that there is another "open end" for moving to ESP-IDF V5: --> The `ledc` API has changed, and its not...