:orphan: .. title:: CONFIG_ST7735R .. kconfig:: CONFIG_ST7735R CONFIG_ST7735R ############## *ST7735R display driver* Type: ``bool`` Help ==== .. code-block:: none Enable driver for ST7735R display driver. Direct dependencies =================== (\ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_ST7735R_ADA_160x128 `) || (\ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_ST7735R_ADA_160x128 `) || (\ :kconfig:`DISPLAY ` && \ :kconfig:`SHIELD_ST7735R_ADA_160x128 `) || (\ :kconfig:`SPI ` && \ :kconfig:`DISPLAY `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Kconfig definitions =================== At ``/shields/st7735r/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config ST7735R bool default y depends on DISPLAY && SHIELD_ST7735R_ADA_160x128 ---- At ``/shields/st7735r/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config ST7735R bool default y depends on DISPLAY && SHIELD_ST7735R_ADA_160x128 ---- At ``/shields/st7735r/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config ST7735R bool default y depends on DISPLAY && SHIELD_ST7735R_ADA_160x128 ---- At ``/display/Kconfig.st7735r:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` → ``/display/Kconfig:30`` Menu path: (Top) → Device Drivers → Display Drivers .. code-block:: kconfig config ST7735R bool "ST7735R display driver" depends on SPI && DISPLAY help Enable driver for ST7735R display driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*