890363a6fb
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>
12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
# Copyright (c) 2023 Endor AG
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config IS31FL3216A
|
|
bool "IS31FL3216A LED driver"
|
|
default y
|
|
depends on DT_HAS_ISSI_IS31FL3216A_ENABLED
|
|
select I2C
|
|
help
|
|
Enable LED driver for Lumissil Microsystems (a division of ISSI)
|
|
IS31FL3216A. This chip supports up to 16 PWM controlled LEDs.
|