:orphan: .. title:: CONFIG_HT16K33 .. kconfig:: CONFIG_HT16K33 CONFIG_HT16K33 ############## *HT16K33 LED driver* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`I2C ` && \ :kconfig:`LED ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/led/Kconfig.ht16k33:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:80`` → ``/led/Kconfig:30`` Menu path: (Top) → Device Drivers → LED drivers .. code-block:: kconfig 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.)*