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

GD7965 compatible display controller driver

Type: bool

Help

Enable driver for GD7965 compatible controller.

Kconfig definitions

At boards/shields/waveshare_epaper/Kconfig.defconfig:22

Included via Kconfig:8Kconfig.zephyr:17doc/_build/Kconfig/Kconfig.shield.defconfig:1

Menu path: (Top)

config GD7965
    bool
    default y if SHIELD_WAVESHARE_EPAPER_GDEW075T7
    depends on DISPLAY && (SHIELD_WAVESHARE_EPAPER_GDEH029A1 || SHIELD_WAVESHARE_EPAPER_GDEH0213B1 || SHIELD_WAVESHARE_EPAPER_GDEH0213B72 || SHIELD_WAVESHARE_EPAPER_GDEW075T7 || SHIELD_WAVESHARE_EPAPER_GDEH0154A07)

At boards/shields/waveshare_epaper/Kconfig.defconfig:22

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config GD7965
    bool
    default y if SHIELD_WAVESHARE_EPAPER_GDEW075T7
    depends on DISPLAY && (SHIELD_WAVESHARE_EPAPER_GDEH029A1 || SHIELD_WAVESHARE_EPAPER_GDEH0213B1 || SHIELD_WAVESHARE_EPAPER_GDEH0213B72 || SHIELD_WAVESHARE_EPAPER_GDEW075T7 || SHIELD_WAVESHARE_EPAPER_GDEH0154A07)

At drivers/display/Kconfig.gd7965:6

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:72drivers/display/Kconfig:25

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

config GD7965
    bool "GD7965 compatible display controller driver"
    depends on SPI && HEAP_MEM_POOL_SIZE != 0 && DISPLAY
    help
      Enable driver for GD7965 compatible controller.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)