FastLED-idf
FastLED-idf copied to clipboard
FastLED port to the ESP-IDF 4.0 development environment
This PR should solve issues #22 & #19. Initially, I had issues with the coexistence of RMI Ethernet and FastLED-idf RMT, but with the help from @Pacheu and his writeup...
Hi there I've noticed that, when using GPIO 0, using fastled with RMT mode messes up this pin. After a little digging I've come to the conclusion that the problem...
Thanks a lot for this port! I'm currently still struggling to get it running with platformio (files aren't being found by default), but meanwhile I wanted to share a quick...
Hi ! I am currently developing something on an ESP32 using ESP IDF and I was adding your library to my project to light up a Neopixel Ring (24 pixels)....
To use this FastLED-idf component in my code and keep up to date with your changes, I keep my own respository that tracks these changes as an IDF component here:...
I really want to thank you. You have made getting my degree so much easier. I love your work
#include #define NUM_LEDS1 64 #define LED_PIN1 22 CRGB leds1[NUM_LEDS1]; uint8_t paletteIndex = 0; DEFINE_GRADIENT_PALETTE(redLight){ 0, 255, 0, 0, //102, 0, 0, 0, 127, 0, 0, 0, //153, 0, 0, 0,...
I am pretty well versed in the esp-idf, but I was wondering if I could get some direction on getting this to work with an esp32C3? I am looking at...
Is there any chance this fantastic component will work in version 5.2.2?