From 2bdff7ed2b490cb8ce5599341e12d707c0ba7fd0 Mon Sep 17 00:00:00 2001 From: JF Date: Thu, 20 Feb 2020 18:17:53 +0100 Subject: Re-enable BLE display on Clock screen --- src/DisplayApp/Screens/Tile.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/DisplayApp/Screens/Tile.cpp') diff --git a/src/DisplayApp/Screens/Tile.cpp b/src/DisplayApp/Screens/Tile.cpp index d89562c7..ac930ba7 100644 --- a/src/DisplayApp/Screens/Tile.cpp +++ b/src/DisplayApp/Screens/Tile.cpp @@ -20,9 +20,7 @@ static void event_handler(lv_obj_t * obj, lv_event_t event) { screen->OnObjectEvent(obj, event); } -//static const char * btnm_map1[] = {"App1", "App2", "App3", "\n", "App4", "App5", "App11", ""}; -//static const char * btnm_map2[] = {"App6", "App7", "App8", "\n", "App9", "App10", "App22",""}; -static const char * btnm_map1[] = {"App1", ""}; +static const char * btnm_map1[] = {"App1", "App2", "App3", "\n", "App4", "App5", "App11", ""}; Tile::Tile(DisplayApp* app, Pinetime::Components::Gfx &gfx) : Screen(app, gfx) { -- cgit v1.2.3