CONFIG_ST7789V
ST7789V display driver
Type: bool
Help
Enable driver for ST7789V display driver.
Direct dependencies
(DISPLAY
&& (SHIELD_ST7789V_TL019FQV01
|| SHIELD_ST7789V_WAVESHARE_240X240
)) || (DISPLAY
&& (SHIELD_ST7789V_TL019FQV01
|| SHIELD_ST7789V_WAVESHARE_240X240
)) || (DISPLAY
&& BOARD_PINETIME_DEVKIT0
) || (DISPLAY
&& (SHIELD_ST7789V_TL019FQV01
|| SHIELD_ST7789V_WAVESHARE_240X240
)) || (SPI
&& DISPLAY
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
y
y
Kconfig definitions
At <Zephyr>/boards/shields/st7789v_generic/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
→ <nRF>/doc/_build/kconfig/Kconfig.shield.defconfig:1
Menu path: (Top)
config ST7789V
bool
default y
depends on DISPLAY && (SHIELD_ST7789V_TL019FQV01 || SHIELD_ST7789V_WAVESHARE_240X240)
At <Zephyr>/boards/shields/st7789v_generic/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:20
Menu path: (Top)
config ST7789V
bool
default y
depends on DISPLAY && (SHIELD_ST7789V_TL019FQV01 || SHIELD_ST7789V_WAVESHARE_240X240)
At <Zephyr>/boards/arm/pinetime_devkit0/Kconfig.defconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config ST7789V
bool
default y
depends on DISPLAY && BOARD_PINETIME_DEVKIT0
At <Zephyr>/boards/shields/st7789v_generic/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config ST7789V
bool
default y
depends on DISPLAY && (SHIELD_ST7789V_TL019FQV01 || SHIELD_ST7789V_WAVESHARE_240X240)
At <Zephyr>/drivers/display/Kconfig.st7789v:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:74
→ <Zephyr>/drivers/display/Kconfig:32
Menu path: (Top) → Device Drivers → Display Drivers
menuconfig ST7789V
bool "ST7789V display driver"
depends on SPI && DISPLAY
help
Enable driver for ST7789V display driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)