summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceAnalog.h
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-07-19 16:26:12 +0300
committerRiku Isokoski <riksu9000@gmail.com>2021-07-19 16:26:12 +0300
commit97c761a5c74994ea1d9bef9c14e6e24afb9b4be2 (patch)
tree11bbbe45fa4e1557cc5e3b7da08c1c380741c9c2 /src/displayapp/screens/WatchFaceAnalog.h
parent57b339707861c5688f5d432f1506a99df6bb0fce (diff)
Refresh rework
Diffstat (limited to 'src/displayapp/screens/WatchFaceAnalog.h')
-rw-r--r--src/displayapp/screens/WatchFaceAnalog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceAnalog.h b/src/displayapp/screens/WatchFaceAnalog.h
index ac7f0ac5..c9b19b4d 100644
--- a/src/displayapp/screens/WatchFaceAnalog.h
+++ b/src/displayapp/screens/WatchFaceAnalog.h
@@ -32,7 +32,7 @@ namespace Pinetime {
~WatchFaceAnalog() override;
- bool Refresh() override;
+ void Refresh() override;
private:
uint8_t sHour, sMinute, sSecond;
@@ -83,6 +83,8 @@ namespace Pinetime {
Controllers::Settings& settingsController;
void UpdateClock();
+
+ lv_task_t* taskRefresh;
};
}
}