CONFIG_GROVE_LCD_RGB

Enable the Seeed Grove LCD RGB Backlight

Type: bool

Help

Setting this value will enable driver support for the Groove-LCD RGB Backlight.

Direct dependencies

GROVE

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/grove/Kconfig:30

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:30

Menu path: (top menu) → Device Drivers → Grove Device Drivers

config GROVE_LCD_RGB
    bool
    prompt "Enable the Seeed Grove LCD RGB Backlight" if GROVE
    depends on GROVE
    help
      Setting this value will enable driver support for the Groove-LCD RGB
      Backlight.

(Definitions include propagated dependencies, including from if’s and menus.)