nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.61k stars 3.12k forks source link

Update rmt translator #3629

Closed docbacardi closed 5 months ago

docbacardi commented 5 months ago

Fixes #3628 .

This set of patches adds optional parameters to the WS2812 module to set the duration of the reset signal and the duration for the high and low phase of the 0 and 1 symbols. This allows to control many other RGB LEDs besides the WS2812. The main intention of this patch is to control the RGB LED of the ESP32-C3 dev kit.