-
CONFIG_GROVE_LCD_RGB_I2C_MASTER_DEV_NAME
¶
I2C Master where Grove LCD is connected
Type: string
Help¶
Specify the device name of the I2C master device to which the Grove LCD is connected.
Defaults¶
- “I2C_0” if
GROVE_LCD_RGB
&&DISPLAY
Kconfig definition¶
At drivers/display/Kconfig.grove:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:74
→ drivers/display/Kconfig:20
Menu path: (top menu) → Device Drivers → Display Drivers → Enable the Seeed Grove LCD RGB Backlight
config GROVE_LCD_RGB_I2C_MASTER_DEV_NAME string prompt "I2C Master where Grove LCD is connected" ifGROVE_LCD_RGB
&&DISPLAY
default "I2C_0" ifGROVE_LCD_RGB
&&DISPLAY
depends onGROVE_LCD_RGB
&&DISPLAY
help Specify the device name of the I2C master device to which the Grove LCD is connected.
(Definitions include propagated dependencies, including from if’s and menus.)