The latest development version of this page may be more current than this released 1.14.1 version.
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

DISPLAY

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/display/Kconfig.grove:3

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:72drivers/display/Kconfig:20

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

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

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