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).
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/led/Kconfig.ht16k33:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:80 → <Zephyr Driver>/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.)