ESP32-Digital-RGB-LED-Drivers icon indicating copy to clipboard operation
ESP32-Digital-RGB-LED-Drivers copied to clipboard

ESP32 Digital RGB(W) LED Drivers

Results 8 ESP32-Digital-RGB-LED-Drivers issues
Sort by recently updated
recently updated
newest added

Everything is in the title, Your library looks promizing but I just wanted to know what is the benefit to use RMT over the FastLed style library which more Software...

This is with ESP-IDF v4.0... With Heap Corruption Detection set to Comprehensive, everything works (reasonably) fine. With HCD at Basic, I get a LoadProhibited at line 297 of esp32_digital_led_lib.cpp (in...

Trying to get https://www.amazon.com/gp/product/B07LG5VF73 to work http://www.normandled.com/upload/201808/WS2815%20LED%20Datasheet.pdf

enhancement

Is the `brightnessLimit` field respected in the `strand_t` implementation? I'm trying with the code below, but it doesn't seem to make a difference in the brightness of the LEDs. ```c...

Hello, I can not get examples to run. It seems like part of the library is missing? where is function where is function digitalLeds_updatePixels(pStrand)? must we implement this on our...

If I use this library in the same project as [esp32-owb](https://github.com/DavidAntliff/esp32-owb) by @DavidAntliff, I get the following reboot loop as soon as a hit `digitalLeds_initStrands`. ``` Guru Meditation Error: Core...

[Great library, like it lots] I am trying to continually update a 64-pixel strand whilst playing a wav file through i2s. Occasionally, the strand seems corrupted with odd pixels being...