summaryrefslogtreecommitdiff
path: root/app/drivers/display/CMakeLists.txt
diff options
context:
space:
mode:
authorDarryldh <info@lowprokb.ca>2021-08-03 20:26:58 -0400
committerPeter Johanson <peter@peterjohanson.com>2021-08-24 22:15:42 -0400
commita124eb9f9e364aa617fc7ee71cb72ede42d1f326 (patch)
tree2a2de99f3c61669cbdcd9af288d87af9718e24b0 /app/drivers/display/CMakeLists.txt
parent08078210da3414a06384f654a6f4417c895edccc (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/CMakeLists.txt')
-rw-r--r--app/drivers/display/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/drivers/display/CMakeLists.txt b/app/drivers/display/CMakeLists.txt
new file mode 100644
index 0000000..13b9719
--- /dev/null
+++ b/app/drivers/display/CMakeLists.txt
@@ -0,0 +1,4 @@
+# Copyright (c) 2021 The ZMK Contributors
+# SPDX-License-Identifier: MIT
+
+zephyr_sources_ifdef(CONFIG_IL0323 il0323.c) \ No newline at end of file