FastLEDHub
FastLEDHub copied to clipboard
Control multiple FastLED lightstrip animations on the ESP8266 and ESP32 without reuploading.
sometimes i don’t want user to control brightness (or speed) and only way to hide them is to use some css.
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()...
Hi! Please, Can you add support for RP2040 chipset? (Arduino Nano Connect, RP Pico, etc...) Thanks!
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...
Home automation capabilities could be improved by implementing MQTT.
Hi there, Is it possible to configure this to start in Access Point mode only? Thanks!
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...