The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_LP5562

LP5562 LED driver

Type: bool

Help

Enable LED driver for LP5562.

LP5562 LED driver has 4 channels (RGBW). Each channel can drive up to 25.5 mA per LED.

Direct dependencies

I2C && LED

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/led/Kconfig.lp5562:4

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:78drivers/led/Kconfig:32

Menu path: (Top) → Device Drivers → LED drivers

config LP5562
    bool "LP5562 LED driver"
    depends on I2C && LED
    help
      Enable LED driver for LP5562.

      LP5562 LED driver has 4 channels (RGBW). Each channel can drive up to
      25.5 mA per LED.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)