Merge pull request #1024 from dmlls/infineat-pr
Infineat Watchface + support for external resources.
This commit is contained in:
commit
63932810d2
19 changed files with 1051 additions and 70 deletions
|
|
@ -396,6 +396,7 @@ list(APPEND SOURCE_FILES
|
|||
displayapp/screens/Motion.cpp
|
||||
displayapp/screens/FlashLight.cpp
|
||||
displayapp/screens/List.cpp
|
||||
displayapp/screens/CheckboxList.cpp
|
||||
displayapp/screens/BatteryInfo.cpp
|
||||
displayapp/screens/Steps.cpp
|
||||
displayapp/screens/Timer.cpp
|
||||
|
|
@ -426,6 +427,7 @@ list(APPEND SOURCE_FILES
|
|||
displayapp/icons/bg_clock.c
|
||||
displayapp/screens/WatchFaceAnalog.cpp
|
||||
displayapp/screens/WatchFaceDigital.cpp
|
||||
displayapp/screens/WatchFaceInfineat.cpp
|
||||
displayapp/screens/WatchFaceTerminal.cpp
|
||||
displayapp/screens/WatchFacePineTimeStyle.cpp
|
||||
|
||||
|
|
@ -602,6 +604,7 @@ set(INCLUDE_FILES
|
|||
displayapp/screens/FirmwareUpdate.h
|
||||
displayapp/screens/FirmwareValidation.h
|
||||
displayapp/screens/ApplicationList.h
|
||||
displayapp/screens/CheckboxList.h
|
||||
displayapp/Apps.h
|
||||
displayapp/screens/Notifications.h
|
||||
displayapp/screens/HeartRate.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue