:orphan: .. title:: HT16K33 .. option:: 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 =================== \ :option:`I2C ` && \ :option:`LED ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/led/Kconfig.ht16k33:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:78`` → ``drivers/led/Kconfig:29`` Menu path: (Top) → Device Drivers → LED drivers .. parsed-literal:: menuconfig HT16K33 bool "HT16K33 LED driver" depends on \ :option:`I2C ` && \ :option:`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.)*