16 lines
381 B
Text
16 lines
381 B
Text
|
#
|
||
|
# Copyright (c) 2019 Henrik Brix Andersen <henrik@brixandersen.dk>
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
menuconfig HT16K33
|
||
|
bool "HT16K33 LED driver"
|
||
|
depends on (I2C && HAS_DTS_I2C)
|
||
|
help
|
||
|
Enable LED driver for HT16K33.
|
||
|
|
||
|
The HT16K33 is a memory mapping, multifunction LED
|
||
|
controller driver. The controller supports up to 128 LEDs
|
||
|
(up to 16 rows and 8 commons).
|