diff options
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 46c684a..d5f57eb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -31,7 +31,8 @@ list(APPEND SOURCE_FILES Logging/NrfLogger.cpp BlinkApp/BlinkApp.cpp DisplayApp/DisplayApp.cpp - DisplayApp/lcdfont.c + DisplayApp/lcdfont70.c + DisplayApp/lcdfont14.c main.cpp drivers/St7789.cpp drivers/SpiMaster.cpp @@ -44,7 +45,8 @@ set(INCLUDE_FILES Logging/NrfLogger.h BlinkApp/BlinkApp.h DisplayApp/DisplayApp.h - DisplayApp/lcdfont.h + DisplayApp/lcdfont70.h + DisplayApp/lcdfont14.h drivers/St7789.h drivers/SpiMaster.h Components/Gfx/Gfx.h |
