zephyr/boards/shields/waveshare_epaper/Kconfig.shield
Andreas Sandberg fd62b9fc7d shields: Add a GDEW042T2 with fast partial refresh
Add GoodDisplay GDEW042T2 with fast partial refresh. Based on
configuration from GoodDisplay's Arduino example.

Signed-off-by: Andreas Sandberg <andreas@sandberg.uk>
2022-09-02 11:21:08 +02:00

24 lines
816 B
Plaintext

# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
config SHIELD_WAVESHARE_EPAPER_GDEH029A1
def_bool $(shields_list_contains,waveshare_epaper_gdeh029a1)
config SHIELD_WAVESHARE_EPAPER_GDEH0213B1
def_bool $(shields_list_contains,waveshare_epaper_gdeh0213b1)
config SHIELD_WAVESHARE_EPAPER_GDEH0213B72
def_bool $(shields_list_contains,waveshare_epaper_gdeh0213b72)
config SHIELD_WAVESHARE_EPAPER_GDEW075T7
def_bool $(shields_list_contains,waveshare_epaper_gdew075t7)
config SHIELD_WAVESHARE_EPAPER_GDEH0154A07
def_bool $(shields_list_contains,waveshare_epaper_gdeh0154a07)
config SHIELD_WAVESHARE_EPAPER_GDEW042T2
def_bool $(shields_list_contains,waveshare_epaper_gdew042t2)
config SHIELD_WAVESHARE_EPAPER_GDEW042T2_P
def_bool $(shields_list_contains,waveshare_epaper_gdew042t2-p)