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/displayapp/Apps.h | |
| 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/displayapp/Apps.h')
| -rw-r--r-- | src/displayapp/Apps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index 7e8ef8f..36e17a4 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -41,6 +41,7 @@ namespace Pinetime { SettingChimes, SettingShakeThreshold, SettingBluetooth, + Calculator, Error }; } |
