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/displayapp/screens/Symbols.h | |
| 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/displayapp/screens/Symbols.h')
| -rw-r--r-- | src/displayapp/screens/Symbols.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/Symbols.h b/src/displayapp/screens/Symbols.h index f973181..d4f80d1 100644 --- a/src/displayapp/screens/Symbols.h +++ b/src/displayapp/screens/Symbols.h @@ -37,6 +37,7 @@ namespace Pinetime { static constexpr const char* chartLine = "\xEF\x88\x81"; static constexpr const char* eye = "\xEF\x81\xAE"; static constexpr const char* home = "\xEF\x80\x95"; + static constexpr const char* calculator = "\xEF\x87\xAC"; // lv_font_sys_48.c static constexpr const char* settings = "\xEE\xA4\x82"; // e902 |
