:orphan: .. title:: CONFIG_GROVE_LCD_RGB .. kconfig:: CONFIG_GROVE_LCD_RGB CONFIG_GROVE_LCD_RGB #################### *Enable the Seeed Grove LCD RGB Backlight* Type: ``bool`` Help ==== .. code-block:: none Setting this value will enable driver support for the Groove-LCD RGB Backlight. Direct dependencies =================== \ :kconfig:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/display/Kconfig.grove:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` → ``/display/Kconfig:23`` Menu path: (Top) → Device Drivers → Display Drivers .. code-block:: kconfig 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.)*