zephyr/drivers/led
Simon Guinot ec0fb2c92c drivers: led: add leds-group-multicolor driver
This driver supports multi-color LEDs built with several monochromatic
LEDs. ->set_color is the only LED driver API method implemented.

Instead of calling led_set_brightness() for each monochromatic LED,
led_set_color() can be called on the leds-group-multicolor device to
set all colors at once.

See the leds-group-multicolor DT binding for details.

Signed-off-by: Simon Guinot <simon.guinot@seagate.com>
2025-07-19 15:39:29 -04:00
..
CMakeLists.txt drivers: led: add leds-group-multicolor driver 2025-07-19 15:39:29 -04:00
ht16k33.c
is31fl3194.c
is31fl3216a.c
is31fl3733.c
Kconfig drivers: led: add leds-group-multicolor driver 2025-07-19 15:39:29 -04:00
Kconfig.axp192
Kconfig.dac
Kconfig.gpio
Kconfig.ht16k33
Kconfig.is31fl3194
Kconfig.is31fl3216a
Kconfig.is31fl3733
Kconfig.leds-group-multicolor drivers: led: add leds-group-multicolor driver 2025-07-19 15:39:29 -04:00
Kconfig.lp50xx
Kconfig.lp3943
Kconfig.lp5562
Kconfig.lp5569
Kconfig.modulino
Kconfig.ncp5623
Kconfig.npm13xx drivers: npm13xx: add support for nPM1304 2025-06-23 16:19:43 +01:00
Kconfig.pca9633
Kconfig.pwm drivers: led: pwm: automatically select PWM 2025-07-19 15:39:29 -04:00
Kconfig.tlc59108
Kconfig.xec
led_axp192.c
led_dac.c
led_gpio.c
led_handlers.c
led_mchp_xec.c
led_npm13xx.c drivers: npm13xx: add support for nPM1304 2025-06-23 16:19:43 +01:00
led_pwm.c
led_shell.c
leds_group_multicolor.c drivers: led: add leds-group-multicolor driver 2025-07-19 15:39:29 -04:00
lp50xx.c
lp3943.c
lp5562.c
lp5569.c
modulino_buttons_leds.c
ncp5623.c
pca9633.c
tlc59108.c