Work on making calculator work with v14
This commit is contained in:
parent
9a41646357
commit
7994c92753
@ -403,6 +403,9 @@ list(APPEND SOURCE_FILES
|
||||
displayapp/widgets/DotIndicator.cpp
|
||||
displayapp/widgets/StatusIcons.cpp
|
||||
|
||||
## Added
|
||||
displayapp/screens/calculator.cpp
|
||||
|
||||
## Settings
|
||||
displayapp/screens/settings/QuickSettings.cpp
|
||||
displayapp/screens/settings/Settings.cpp
|
||||
|
@ -42,7 +42,10 @@ namespace Pinetime {
|
||||
SettingChimes,
|
||||
SettingShakeThreshold,
|
||||
SettingBluetooth,
|
||||
Error
|
||||
Error,
|
||||
|
||||
## Added
|
||||
Calculator
|
||||
};
|
||||
|
||||
enum class WatchFace : uint8_t {
|
||||
|
Loading…
Reference in New Issue
Block a user