:orphan: .. title:: ST7789V .. option:: CONFIG_ST7789V *ST7789V display driver* Type: ``bool`` Help ==== Enable driver for ST7789V display driver. Direct dependencies =================== (\ :option:`DISPLAY ` && (\ :option:`SHIELD_ST7789V_TL019FQV01 ` || \ :option:`SHIELD_ST7789V_WAVESHARE_240X240 `)) || (\ :option:`DISPLAY ` && (\ :option:`SHIELD_ST7789V_TL019FQV01 ` || \ :option:`SHIELD_ST7789V_WAVESHARE_240X240 `)) || (\ :option:`SPI ` && \ :option:`DISPLAY `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/st7789v_generic/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config ST7789V bool default y depends on \ :option:`DISPLAY ` && (\ :option:`SHIELD_ST7789V_TL019FQV01 ` || \ :option:`SHIELD_ST7789V_WAVESHARE_240X240 `) ---- At ``boards/shields/st7789v_generic/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config ST7789V bool default y depends on \ :option:`DISPLAY ` && (\ :option:`SHIELD_ST7789V_TL019FQV01 ` || \ :option:`SHIELD_ST7789V_WAVESHARE_240X240 `) ---- At ``drivers/display/Kconfig.st7789v:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:72`` → ``drivers/display/Kconfig:24`` Menu path: (Top) → Device Drivers → Display Drivers .. parsed-literal:: menuconfig ST7789V bool "ST7789V display driver" depends on \ :option:`SPI ` && \ :option:`DISPLAY ` help Enable driver for ST7789V display driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*