- CONFIG_HT16K33¶
HT16K33 LED driver
Type: bool
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).
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/led/Kconfig.ht16k33:4
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:78
→ drivers/led/Kconfig:30
Menu path: (Top) → Device Drivers → LED drivers
menuconfig HT16K33
bool "HT16K33 LED driver"
depends on I2C && LED
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).
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)