bertmelis / esp32WS2811

Arduino library for ESP32 to drive WS2811 LEDs using the RMT peripheral
MIT License
35 stars 5 forks source link

Changed _brightness initial value in WS2811 constructor to be in range #1

Closed Guzlr closed 4 years ago

Guzlr commented 4 years ago

Changed _brightness initial value in WS2811 constructor to be in range for brightness value (0-100%). This fixes the brightness wrap-around problem in the FadeColours example.