diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-06-06 04:21:56 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-06-11 01:09:51 (GMT) |
| commit | 9d982cea5b7dc616088646f97b7e0d424860f40b (patch) | |
| tree | 306813c7696ef415ee0c80f3e1ad2a79c021f8e3 | |
| parent | 70bb16eaed1db2933ac21f523cda8cce1da16b3e (diff) | |
Add calculator symbol as neofont glyph
| -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[] = |
