f452a086fb
Add support for TI TLC59108 an I2C 8-bit LED driver. Supported blinkink period: 41ms to 10730ms Supported brightness value: 0 to 100% This driver supports the following APIs: 1. led_blink 2. led_set_brightness 3. led_on 4. led_off This is a modified version of the NXP PCA9633 driver. Signed-off-by: John Kjellberg <kjellberg.john@gmail.com>
9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
# Copyright (c) 2021 Sky Hero SA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config TLC59108
|
|
bool "TLC59108 LED driver"
|
|
depends on I2C
|
|
help
|
|
Enable LED driver for TLC59108.
|