# 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.
52615e7bd930fc8b1b2b75f2f23eb96704779e71
idf.py add-dependency "espp/lp5817^1.0.28"