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

I2C && LED

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/led/Kconfig.ht16k33:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:78<Zephyr>/drivers/led/Kconfig:29

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.)