diff options
| author | Darryldh <info@lowprokb.ca> | 2021-08-03 20:26:58 -0400 |
|---|---|---|
| committer | Peter Johanson <peter@peterjohanson.com> | 2021-08-24 22:15:42 -0400 |
| commit | a124eb9f9e364aa617fc7ee71cb72ede42d1f326 (patch) | |
| tree | 2a2de99f3c61669cbdcd9af288d87af9718e24b0 /app/drivers/display/Kconfig.il0323 | |
| parent | 08078210da3414a06384f654a6f4417c895edccc (diff) | |
feat(display): IL0323 driver for EPD displays.
* Basic driver, using the GD7965 driver as a basis, since the ICs
are very similar.
Diffstat (limited to 'app/drivers/display/Kconfig.il0323')
| -rw-r--r-- | app/drivers/display/Kconfig.il0323 | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
