From a124eb9f9e364aa617fc7ee71cb72ede42d1f326 Mon Sep 17 00:00:00 2001 From: Darryldh Date: Tue, 3 Aug 2021 20:26:58 -0400 Subject: feat(display): IL0323 driver for EPD displays. * Basic driver, using the GD7965 driver as a basis, since the ICs are very similar. --- app/drivers/display/Kconfig.il0323 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/drivers/display/Kconfig.il0323 (limited to 'app/drivers/display/Kconfig.il0323') diff --git a/app/drivers/display/Kconfig.il0323 b/app/drivers/display/Kconfig.il0323 new file mode 100644 index 0000000..f39015e --- /dev/null +++ b/app/drivers/display/Kconfig.il0323 @@ -0,0 +1,11 @@ +# Copyright (c) 2020 Phytec Messtechnik GmbH, Peter Johanson +# SPDX-License-Identifier: Apache-2.0 + +# IL0323 display controller configuration options + +config IL0323 + bool "IL0323 compatible display controller driver" + depends on SPI + depends on HEAP_MEM_POOL_SIZE != 0 + help + Enable driver for IL0323 compatible controller. \ No newline at end of file -- cgit v1.2.3