diff options
| -rw-r--r-- | src/displayapp/screens/Symbols.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/displayapp/screens/Symbols.h b/src/displayapp/screens/Symbols.h index 39c92f6..d3acc2b 100644 --- a/src/displayapp/screens/Symbols.h +++ b/src/displayapp/screens/Symbols.h @@ -328,6 +328,13 @@ 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"; + H(X, _, X, _, _, _, + _, X, _, _, _, _, + X, _, X, _, _, X, + _, _, _, _, X, _, + _, _, _, X, _, _); // lv_font_sys_48.c static constexpr const char settings[] = |
