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:
Darryldh
2021-08-03 20:26:58 -04:00
committed by Peter Johanson
parent 08078210da
commit a124eb9f9e
8 changed files with 597 additions and 2 deletions

View File

@@ -2,4 +2,5 @@
# SPDX-License-Identifier: MIT
rsource "kscan/Kconfig"
rsource "sensor/Kconfig"
rsource "sensor/Kconfig"
rsource "display/Kconfig"