zephyr/drivers/led
Guy Morand 890363a6fb drivers: led: Add lumissil is31fl3216a driver
The IS31FL3216A is a fun light LED controller. The LED current of each
channel can be set in 256 steps by adjusting the PWM duty cycle through
an I2C interface.

Signed-off-by: Guy Morand <guy.morand@bytesatwork.ch>
2023-06-19 11:02:36 +02:00
..
CMakeLists.txt drivers: led: Add lumissil is31fl3216a driver 2023-06-19 11:02:36 +02:00
Kconfig drivers: led: Add lumissil is31fl3216a driver 2023-06-19 11:02:36 +02:00
Kconfig.gpio
Kconfig.ht16k33
Kconfig.is31fl3216a drivers: led: Add lumissil is31fl3216a driver 2023-06-19 11:02:36 +02:00
Kconfig.lp503x
Kconfig.lp3943
Kconfig.lp5562
Kconfig.lp5569 drivers: led: Add lp5569 led controller driver 2023-06-19 09:17:52 +01:00
Kconfig.pca9633
Kconfig.pwm
Kconfig.tlc59108
Kconfig.xec
ht16k33.c
is31fl3216a.c drivers: led: Add lumissil is31fl3216a driver 2023-06-19 11:02:36 +02:00
led_context.h
led_gpio.c
led_handlers.c
led_mchp_xec.c
led_pwm.c
led_shell.c
lp503x.c
lp3943.c
lp5562.c
lp5569.c drivers: led: add power management for ti lp5569 2023-06-19 09:17:52 +01:00
pca9633.c
tlc59108.c