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/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/drivers/CMakeLists.txt') diff --git a/app/drivers/CMakeLists.txt b/app/drivers/CMakeLists.txt index b47e87a..c1625f2 100644 --- a/app/drivers/CMakeLists.txt +++ b/app/drivers/CMakeLists.txt @@ -2,4 +2,5 @@ # SPDX-License-Identifier: MIT add_subdirectory(kscan) -add_subdirectory(sensor) \ No newline at end of file +add_subdirectory(sensor) +add_subdirectory(display) \ No newline at end of file -- cgit v1.2.3