summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/Symbols.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-08-14 09:46:37 +0200
committerJF <jf@codingfield.com>2020-08-14 09:46:37 +0200
commitf5328ec9eb9d55423b4e511910721d839cacadd8 (patch)
tree8cbc6faf0c87dca43fb33e0dcdaa6ea1e64d0b05 /src/DisplayApp/Screens/Symbols.h
parent27fa273d8315f972931dba7971a99b0fbba7360e (diff)
Refactor ScreenList to make it more generic : it can now contain any Screen type.
Integrate this new ScreenList in SystemInfo. Add ApplicationList, which is a ScreenList of Tile. This allows to display a menu of more than 6 applications.
Diffstat (limited to 'src/DisplayApp/Screens/Symbols.h')
-rw-r--r--src/DisplayApp/Screens/Symbols.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DisplayApp/Screens/Symbols.h b/src/DisplayApp/Screens/Symbols.h
index 3104db87..940006d5 100644
--- a/src/DisplayApp/Screens/Symbols.h
+++ b/src/DisplayApp/Screens/Symbols.h
@@ -18,6 +18,10 @@ namespace Pinetime {
static constexpr char* info = "\xEF\x84\xA9";
static constexpr char* list = "\xEF\x80\xBA";
static constexpr char* sun = "\xEF\x86\x85";
+ static constexpr char* check = "\xEF\x95\xA0";
+ static constexpr char* music = "\xEF\x80\x81";
+ static constexpr char* tachometer = "\xEF\x8F\xBD";
+ static constexpr char* asterisk = "\xEF\x81\xA9";
}
}
}