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 ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/display/Kconfig.grove:3

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:72<Zephyr>/drivers/display/Kconfig:17

Menu path: (Top) → Device Drivers → Display Drivers

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)