Add initial counter widget
This commit is contained in:
parent
17079fb114
commit
12d4bc4139
4 changed files with 147 additions and 1 deletions
|
|
@ -404,6 +404,7 @@ list(APPEND SOURCE_FILES
|
|||
displayapp/screens/Alarm.cpp
|
||||
displayapp/screens/Styles.cpp
|
||||
displayapp/Colors.cpp
|
||||
displayapp/widgets/Counter.cpp
|
||||
|
||||
## Settings
|
||||
displayapp/screens/settings/QuickSettings.cpp
|
||||
|
|
@ -607,6 +608,7 @@ set(INCLUDE_FILES
|
|||
displayapp/screens/Timer.h
|
||||
displayapp/screens/Alarm.h
|
||||
displayapp/Colors.h
|
||||
displayapp/widgets/Counter.h
|
||||
drivers/St7789.h
|
||||
drivers/SpiNorFlash.h
|
||||
drivers/SpiMaster.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue