Stopwatch completed. Ready for PR

This commit is contained in:
panky-codes
2021-03-13 14:38:18 +01:00
parent 5d57b9054a
commit 02824d0671
5 changed files with 75 additions and 55 deletions

View File

@@ -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";
}
}
}