diff options
| author | Raupinger <fgrauper@gmail.com> | 2021-02-23 08:01:58 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-06-11 04:07:35 (GMT) |
| commit | 7f08e2c63608185b741fd5270a0aee4bd225f140 (patch) | |
| tree | 4609699c5608e4d8c23659c8c5dfc31097b28a74 /src/CMakeLists.txt | |
| parent | 2ecb4a6fc7b862280281d9ac762953cb14b7eea6 (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 f8715e5..49b3845 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -399,6 +399,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 @@ -607,6 +608,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 |
