diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-05-21 14:34:25 +0200 |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-05-21 14:34:25 +0200 |
| commit | 565601ef5060cd4372be9e5bab130aff64f12223 (patch) | |
| tree | 5f5156132be07cdb151ae56dca6c9e3cab259e32 /src/displayapp/screens/Symbols.h | |
| parent | 5c413016a7b9e78040fb8e5b48cd37b7963362df (diff) | |
| parent | f88c0f41fac506cc55e026cc67d1d5bce4669d31 (diff) | |
Merge remote-tracking branch 'upstream/develop' into pinetimestyle
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 e60825c1..8d55f693 100644 --- a/src/displayapp/screens/Symbols.h +++ b/src/displayapp/screens/Symbols.h @@ -38,6 +38,7 @@ namespace Pinetime { static constexpr const char* pause = "\xEF\x81\x8C"; static constexpr const char* stop = "\xEF\x81\x8D"; static constexpr const char* stopWatch = "\xEF\x8B\xB2"; + static constexpr const char* hourGlass = "\xEF\x89\x92"; static constexpr const char* lapsFlag = "\xEF\x80\xA4"; // lv_font_sys_48.c |
