Zachary Vorhies
Zachary Vorhies
We have users. https://github.com/fastled/fastled
I built all of FastLED's massive testing infrastructure on platformio. I built a web compiler for FastLED using platformio. I've tuned platformio nearly to the maximum performance on linux through...
> agree with @zackees it is a Platformio issue. When providing for Windows it has to work. > > As it is now Windows is simply broken. No big project...
Espressif probably needs to consolidate their considerably complex header include logic. Or else ESP32C6 is likely going to stop working with the latest idf 5.4. This will probably be an...
Came here to post a new bug, then found this thread. Our users are seeing the exact same issue. Wifi causes a system reset with the espressif SPI implementation for...
Thanks for the suggestion, I'll take another look. Do you also have code for the c3? That seems to be really popular choice as well. Btw, this is for FastLED.
Where is the code, I can't find it in your repo.
Thanks. Yeah i found the s3 code and yesterday I got the i2s code to compile on esp32dev for idf4.4 in fastled. We have an old port. FastLED seems to...
Refactoring is done. You'll find that the new PixelIterator solves most of your issues with writing driver code for fastled. The previous object you were interacting with, PixelController was challenging...