summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2019-12-05 20:19:47 (GMT)
committerJF <jf@codingfield.com>2019-12-05 20:19:47 (GMT)
commit5225706cc83a60647eea52d9ee28e7a4ee164aa4 (patch)
tree004d312c7721d6699c4c1729d1b9e3b03c1aad1c /src/CMakeLists.txt
parent29efb9aef60175f2e9fd29073cd5929aa76ed05d (diff)
Add DisplayApp, and lcdfont. Update the display every second
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5327fb1..fb34595 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -30,6 +30,8 @@ include_directories(.)
list(APPEND SOURCE_FILES
Logging/NrfLogger.cpp
BlinkApp/BlinkApp.cpp
+ DisplayApp/DisplayApp.cpp
+ DisplayApp/lcdfont.c
main.cpp
drivers/st7789.cpp
drivers/spi_master_fast.cpp
@@ -39,6 +41,8 @@ set(INCLUDE_FILES
Logging/Logger.h
Logging/NrfLogger.h
BlinkApp/BlinkApp.h
+ DisplayApp/DisplayApp.h
+ DisplayApp/lcdfont.h
drivers/st7789.h
drivers/spi_master_fast.h
)