[WIP] New notification app that uses software scrolling effect.
This commit is contained in:
parent
e4f0a95af8
commit
28bc434419
7 changed files with 188 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue