From 11d5403558d09eecd2c1fbf824ac925fe3f75d21 Mon Sep 17 00:00:00 2001 From: JF Date: Fri, 27 Dec 2019 15:12:09 +0100 Subject: Add small font, display date, Ble connection and battery power in display app (hard-coded values for now). --- src/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 46c684ab..d5f57ebf 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 -- cgit v1.2.3-70-g09d2