feat(display): IL0323 driver for EPD displays.
* Basic driver, using the GD7965 driver as a basis, since the ICs are very similar.
This commit is contained in:
parent
08078210da
commit
a124eb9f9e
8 changed files with 597 additions and 2 deletions
11
app/drivers/display/Kconfig.il0323
Normal file
11
app/drivers/display/Kconfig.il0323
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue