zephyr/drivers/led/Kconfig.is31fl3733
Daniel DeGrasse 85a41ae88a drivers: led: added support for is31fl3733 led driver
Enabled support for is31fl3733 driver. This driver supports
the full LED API, and enables the following features of the is31fl3733:
- individual LED dimming
- individual LED enable/disable
- bulk writes of LED enabled and dimming states
- global LED current limit
- blanking (via custom API)

Signed-off-by: Daniel DeGrasse <daniel@degrasse.com>
2023-07-21 10:51:18 +00:00

13 lines
389 B
Plaintext

# Copyright 2023 Daniel DeGrasse <daniel@degrasse.com>
# SPDX-License-Identifier: Apache-2.0
config IS31FL3733
bool "IS31FL3733 LED driver"
default y
depends on DT_HAS_ISSI_IS31FL3733_ENABLED
select I2C
help
Enable LED driver for IS31FL3733.
IS31FL3733 is a matrix LED driver, capable of a maximum of 3.29 mA
per LED, or 42 mA total across all LEDs in the 12x16 dot matrix.