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 drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
is31fl3194.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
is31fl3216a.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
is31fl3733.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
Kconfig drivers: led: add leds-group-multicolor driver 2025-07-19 15:39:29 -04:00
Kconfig.axp192 drivers: led: Add driver for AXP192/2101 LED control function 2025-04-24 16:53:20 +02:00
Kconfig.dac drivers: led: add led_dac 2025-04-29 16:47:36 +02:00
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 leds: add arduino,modulino-buttons-leds 2025-05-14 11:03:10 +01:00
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 drivers: led: Add driver for AXP192/2101 LED control function 2025-04-24 16:53:20 +02:00
led_dac.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
led_gpio.c led: drop a bunch of now redundant brightness validations 2025-05-14 16:27:18 +02:00
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 drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
led_shell.c drivers: led: adopt SHELL_HELP 2025-06-18 07:38:17 +02:00
leds_group_multicolor.c drivers: led: add leds-group-multicolor driver 2025-07-19 15:39:29 -04:00
lp50xx.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
lp3943.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
lp5562.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
lp5569.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
modulino_buttons_leds.c leds: add arduino,modulino-buttons-leds 2025-05-14 11:03:10 +01:00
ncp5623.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
pca9633.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00
tlc59108.c drivers: led: fix LED_BRIGTHNESS_MAX typo 2025-06-09 14:50:33 -07:00