aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/widgets/PageIndicator.h
diff options
context:
space:
mode:
authorSteve Amor <steveamor@users.noreply.github.com>2025-07-13 07:20:40 +0100
committerJF <JF002@users.noreply.github.com>2025-11-04 21:46:23 +0100
commite33a83a81129e2337c16f7170e66f801dfc30fbc (patch)
treefb8345db84ba170d45091d5793f85e5bc94b3550 /src/displayapp/widgets/PageIndicator.h
parent026c86ef4a60030c60b4935b50f441aa9f2c8d8a (diff)
Adds SetCurrentScreen method to page indicator
Diffstat (limited to 'src/displayapp/widgets/PageIndicator.h')
-rw-r--r--src/displayapp/widgets/PageIndicator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/widgets/PageIndicator.h b/src/displayapp/widgets/PageIndicator.h
index cc9d2088..1829bb37 100644
--- a/src/displayapp/widgets/PageIndicator.h
+++ b/src/displayapp/widgets/PageIndicator.h
@@ -9,6 +9,7 @@ namespace Pinetime {
PageIndicator(uint8_t nCurrentScreen, uint8_t nScreens);
void Create();
void Delete();
+ void SetCurrentScreen(uint8_t nScreen);
private:
uint8_t nCurrentScreen;