FastLED-idf
FastLED-idf copied to clipboard
FastLED port to the ESP-IDF 4.0 development environment
Hi @bbulkow, thanks again for this port and for the quality of maintenance. I've found it a breeze to work with so far and the readme is above and beyond....
First off, thanks for this port--this was the push I needed to migrate my big LED projects from Arduino to IDF with Arduino as a component. Let me know if...
Howdy, thank you so so much for your work on this project! I was able to clone the repo and get the main.cpp sample working with a ws2812b strip and...
COLOR_ORDER must be passed on to FASTLED lib
I am using esp-idf 4.3 and cloned the repo and tried to compile the committed code. However i am getting lots of error messages all relating to the fastLED component....
I have no idea, why I even enabled it, but `Dynamic Frequency Scaling` will cause weird glitches and I do not want someone else, to spend time on this :)
Also remove the define hacks. Although I did a quick test please test it yourself to make sure it really works.
Hey, I've made some improvements to the configuration of this project, migrated several of the common options into Kconfig/menuconfig, and fixed up the CMakeLists `target_compile_definitions()` to remove the header #define...
Hello, I am trying to make a firmware (based on example code from [espressif's homekit SDK](https://github.com/espressif/esp-homekit-sdk)) for a board that uses homekit to control WS2812B lights. While trying to add...