diff options
| author | JF <jf@codingfield.com> | 2020-08-14 18:47:21 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-08-14 18:47:21 (GMT) |
| commit | 41c36d3a422fd08867f743de78c0aeee4418b622 (patch) | |
| tree | 36094a92ef1cb3082fcc7463cd04b7d01a3ed1cb /src/DisplayApp/Screens/Symbols.h | |
| parent | e6f5ab7b9145e842708611cc5b13066f89a1673d (diff) | |
Re-order apps in application menu on 2 pages.
Add firmware validation app.
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 940006d..54c3f8f 100644 --- a/src/DisplayApp/Screens/Symbols.h +++ b/src/DisplayApp/Screens/Symbols.h @@ -4,6 +4,7 @@ namespace Pinetime { namespace Applications { namespace Screens { namespace Symbols { + static constexpr char* none = ""; static constexpr char* batteryFull = "\xEF\x89\x80"; static constexpr char* batteryEmpty = "\xEF\x89\x84"; static constexpr char* batteryThreeQuarter = "\xEF\x89\x81"; |
