# LP5817 - RGB LED Driver (I2C) [](https://components.espressif.com/components/espp/lp5817) This component provides a C++ driver for the TI LP5817 RGB LED driver over I2C, implemented using `espp::BasePeripheral`. - 3 LED channels (R, G, B) with 8-bit brightness, controllable via analog dot-current control or 26 KHz PWM control with linear or exponential dimming - Programmable fade (ramp) times and step sizes - Global enable/shutdown - Open short detection/status See the [example](./example) for usage.
2b699b4cb8b6cccb2e60f179984c58ddd26b6749
idf.py add-dependency "espp/lp5817^1.0.27"