From f5328ec9eb9d55423b4e511910721d839cacadd8 Mon Sep 17 00:00:00 2001 From: JF Date: Fri, 14 Aug 2020 09:46:37 +0200 Subject: 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. --- src/DisplayApp/Screens/Symbols.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/DisplayApp/Screens/Symbols.h') 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"; } } } -- cgit v1.2.3-70-g09d2