From 2ed76ac55615a720dbcbf2ac828ad3060a252273 Mon Sep 17 00:00:00 2001 From: JF Date: Sun, 15 Mar 2020 18:03:11 +0100 Subject: Encapsulate brightness controll into the class BrightnessController. Add a new app to configure the brightness. --- src/DisplayApp/Screens/Tile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/DisplayApp/Screens/Tile.h') diff --git a/src/DisplayApp/Screens/Tile.h b/src/DisplayApp/Screens/Tile.h index eb253435..cfd9b01f 100644 --- a/src/DisplayApp/Screens/Tile.h +++ b/src/DisplayApp/Screens/Tile.h @@ -58,6 +58,7 @@ namespace Pinetime { bool running = true; std::unique_ptr modal; + void StartBrightnessApp(); }; } } -- cgit v1.2.3-70-g09d2