diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-13 18:53:14 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-13 18:53:14 (GMT) |
| commit | 27fa6bba08766831fe143fe5ca13767bedcd9072 (patch) | |
| tree | d3ec0a05dfaaae60346bca4413b312daa859b4e4 /src/displayapp/screens/WatchFaceDigital.h | |
| parent | a13d55356ef069e33e3afdaffe5f67c7e9e55027 (diff) | |
Revert "Leftover modifications from previous commit!"
This reverts commit a13d55356ef069e33e3afdaffe5f67c7e9e55027.
Diffstat (limited to 'src/displayapp/screens/WatchFaceDigital.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceDigital.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/displayapp/screens/WatchFaceDigital.h b/src/displayapp/screens/WatchFaceDigital.h index b44e517..eb95e6f 100644 --- a/src/displayapp/screens/WatchFaceDigital.h +++ b/src/displayapp/screens/WatchFaceDigital.h @@ -50,6 +50,7 @@ namespace Pinetime { DirtyValue<std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds>> currentDateTime {}; DirtyValue<bool> motionSensorOk {}; DirtyValue<uint32_t> stepCount {}; + DirtyValue<bool> notificationState {}; lv_obj_t* label_time; lv_obj_t* label_time_pm; @@ -60,6 +61,7 @@ namespace Pinetime { lv_obj_t* batteryPlug; lv_obj_t* stepIcon; lv_obj_t* stepValue; + lv_obj_t* notificationIcon; Controllers::DateTime& dateTimeController; Controllers::Battery& batteryController; |
