WLED icon indicating copy to clipboard operation
WLED copied to clipboard

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!

Results 712 WLED issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** After a short time the DMX output signal is always "blacked out" if no/new DMX input signal is provided continuously....

enhancement

I just saw that preset.cpp contains a somewhat 'crude hack' - see below. It might be dangerous: - the observation that user code runs on core 1, while system events...

**Is your feature request related to a problem? Please describe.** In `platformio.ini` there is this commented section for additional libraries: ```ini #For use SSD1306 OLED display uncomment following #U8g2@~2.27.2 #For...

enhancement
help wanted

### What happened? If you use brigthness and on=t, the LEDs will be off (turned on by brightness and turned of by toggle) ### To Reproduce Bug use this json...

bug
confirmed

Credit goes to @constant-flow for the original idea and structure created for TPM2 playback! https://github.com/Aircoookie/WLED/pull/2292 Adds support for playback of FSEQ files from xLights or Vixen Includes support for both...

major
keep
usermod

### What happened? This is more a performance optimization that a real bug. On ESP32, any GPIO can be assigned to the I2C hardware driver - ESP32 has two I2C...

bug

**Is your feature request related to a problem? Please describe.** No problem. :) **Describe the solution you'd like** I have multiple ESP32 S3 boards and would like to install WLED...

enhancement

DS1307RTC is only required by USERMOD_RTC and USERMOD_ELEKSTUBE_IPS. If we don't use it, we do not want to execute `Wire.begin();` which configure gpio port 21 et 22 as I2C ports....

**Is your feature request related to a problem? I want to current limit my analog LED strip, but since WLED treats it as a single LED, it can't estimate the...

enhancement