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/Apps.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/DisplayApp/Apps.h (limited to 'src/DisplayApp/Apps.h') diff --git a/src/DisplayApp/Apps.h b/src/DisplayApp/Apps.h new file mode 100644 index 00000000..2ee74299 --- /dev/null +++ b/src/DisplayApp/Apps.h @@ -0,0 +1,7 @@ +#pragma once + +namespace Pinetime { + namespace Applications { + enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music}; + } +} \ No newline at end of file -- cgit v1.2.3