Implement CheckboxList screen
This commit is contained in:
parent
f9d2b78c8d
commit
b561e7f3d0
3 changed files with 166 additions and 0 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
|
||||
|
|
@ -604,6 +605,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