The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_ST7735R

ST7735R display driver

Type: bool

Help

Enable driver for ST7735R display driver.

Direct dependencies

(DISPLAY && SHIELD_ST7735R_ADA_160x128) || (DISPLAY && SHIELD_ST7735R_ADA_160x128) || (SPI && DISPLAY)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At boards/shields/st7735r/Kconfig.defconfig:11

Included via Kconfig:8Kconfig.zephyr:20

Menu path: (Top)

config ST7735R
    bool
    default y
    depends on DISPLAY && SHIELD_ST7735R_ADA_160x128

At boards/shields/st7735r/Kconfig.defconfig:11

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config ST7735R
    bool
    default y
    depends on DISPLAY && SHIELD_ST7735R_ADA_160x128

At drivers/display/Kconfig.st7735r:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:74drivers/display/Kconfig:30

Menu path: (Top) → Device Drivers → Display Drivers

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.)