2022-01-28 05:08:18 +08:00
|
|
|
# Copyright (c) 2015 Intel Corporation
|
2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2022-01-31 21:51:28 +08:00
|
|
|
module = GROVE_LCD_RGB
|
|
|
|
module-str = grove_lcd_rgb
|
|
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
|
|
|
2018-10-19 20:36:23 +08:00
|
|
|
config GROVE_LCD_RGB
|
2022-03-09 19:31:16 +08:00
|
|
|
bool "Seeed Grove LCD RGB Backlight"
|
2018-10-19 20:36:23 +08:00
|
|
|
help
|
|
|
|
Setting this value will enable driver support for the Groove-LCD RGB
|
|
|
|
Backlight.
|