diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-03-21 16:33:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-21 16:33:27 +0100 |
| commit | 7b39130f88525be1419a483b7313b73feaec2bb7 (patch) | |
| tree | 8a744bce87e0779a52342c64456c11f6b86488c4 /src/displayapp/screens/Symbols.h | |
| parent | a3ff2e46ca9e663af864a2bd04b9afa3efbddfb8 (diff) | |
| parent | 49f30189ef9243a9ed863d62c6673e381139bd79 (diff) | |
Merge pull request #231 from Panky-codes/feature/add-stop-watch
Added stopwatch
Diffstat (limited to 'src/displayapp/screens/Symbols.h')
| -rw-r--r-- | src/displayapp/screens/Symbols.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/displayapp/screens/Symbols.h b/src/displayapp/screens/Symbols.h index 1a6bbd7f..9a13a755 100644 --- a/src/displayapp/screens/Symbols.h +++ b/src/displayapp/screens/Symbols.h @@ -36,6 +36,9 @@ namespace Pinetime { static constexpr const char* stepBackward = "\xEF\x81\x88"; static constexpr const char* play = "\xEF\x81\x8B"; 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* lapsFlag = "\xEF\x80\xA4"; } } } |
