CONFIG_GD7965

GD7965 compatible display controller driver

Type: bool

Help

Enable driver for GD7965 compatible controller.

Kconfig definitions

At <Zephyr>/boards/shields/waveshare_epaper/Kconfig.defconfig:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<BuildDir>/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 <Zephyr>/boards/shields/waveshare_epaper/Kconfig.defconfig:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

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 <Zephyr>/drivers/display/Kconfig.gd7965:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:72<Zephyr>/drivers/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.)