From 28bc4344193cda2936ff0f69ae51aa79a7840998 Mon Sep 17 00:00:00 2001 From: JF Date: Sun, 18 Oct 2020 17:35:36 +0200 Subject: [WIP] New notification app that uses software scrolling effect. --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2f38ec58..4647e92d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -341,6 +341,7 @@ list(APPEND SOURCE_FILES displayapp/screens/Music.cpp displayapp/screens/FirmwareValidation.cpp displayapp/screens/ApplicationList.cpp + displayapp/screens/Notifications.cpp main.cpp drivers/St7789.cpp drivers/SpiNorFlash.cpp @@ -419,6 +420,7 @@ set(INCLUDE_FILES displayapp/screens/FirmwareValidation.h displayapp/screens/ApplicationList.h displayapp/Apps.h + displayapp/screens/Notifications.h drivers/St7789.h drivers/SpiNorFlash.h drivers/SpiMaster.h -- cgit v1.2.3-70-g09d2