diff options
| author | Raupinger <fgrauper@gmail.com> | 2021-02-23 08:01:58 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-06-11 01:09:51 (GMT) |
| commit | cfb04a6609b013c2c5547d8b404b7ecfaaaf8259 (patch) | |
| tree | 53f5f055cfa423d63d5b4272eb6a3ad53a21acfc /src/CMakeLists.txt | |
| parent | 9d982cea5b7dc616088646f97b7e0d424860f40b (diff) | |
Add Calculator screen as new App
A calculator based on the Shunting-yard algorithm as described
here: https://en.wikipedia.org/wiki/Shunting-yard_algorithm
Moving the Motion App into the Settings screen to use the tile in the
ApplicationList for the Calculator.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6a729c8..474e1ee 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -401,6 +401,7 @@ list(APPEND SOURCE_FILES displayapp/screens/List.cpp displayapp/screens/BatteryInfo.cpp displayapp/screens/Steps.cpp + displayapp/screens/Calculator.cpp displayapp/screens/Timer.cpp displayapp/screens/PassKey.cpp displayapp/screens/Error.cpp @@ -611,6 +612,7 @@ set(INCLUDE_FILES displayapp/screens/HeartRate.h displayapp/screens/Metronome.h displayapp/screens/Motion.h + displayapp/screens/Calculator.h displayapp/screens/Timer.h displayapp/screens/Jumpscore.h displayapp/screens/Alarm.h |
