FastLEDHub icon indicating copy to clipboard operation
FastLEDHub copied to clipboard

Control multiple FastLED lightstrip animations on the ESP8266 and ESP32 without reuploading.

Results 8 FastLEDHub issues
Sort by recently updated
recently updated
newest added

sometimes i don’t want user to control brightness (or speed) and only way to hide them is to use some css.

enhancement

Program: ```c++ #include #include #include "Animations/Confetti.h" #include "Animations/Color.h" #include "Animations/Gradient.h" #include "Animations/Rainbow.h" #include "Animations/RGBWave.h" #define CYCLE_BTN_PIN 10 #define NUM_LEDS 13 #define LIGHTSTRIP_PIN 9 #define LED_TYPE WS2812B CRGB leds[NUM_LEDS]; void setup()...

bug

Hi! Please, Can you add support for RP2040 chipset? (Arduino Nano Connect, RP Pico, etc...) Thanks!

enhancement

The use of Ticker for calling the handleInput() is causing intermitting updating issues with FastLED. I believe it may be related to the interrupts. I have tried using the flag...

bug

Home automation capabilities could be improved by implementing MQTT.

enhancement
hacktoberfest

Hi there, Is it possible to configure this to start in Access Point mode only? Thanks!

enhancement

Hi, I'm trying to run the demo sketch on a NodeMCU-32S with 4MB of RAM. However, when I try to compile, I get the following error: ``` Error: The program...