summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceDigital.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-31 07:05:36 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-31 07:05:36 (GMT)
commit1a166673fbbf12cfc3f047afe0305131b9b96e39 (patch)
treedcbac8e2b7f4c12ef5b35ece40e421e2cf42ae80 /src/displayapp/screens/WatchFaceDigital.h
parent8a0f738a027b758f253330d7171fd28ffe4f6162 (diff)
parentd081bc82fa01b5ecb373671d38fa88397c49a235 (diff)
Merge ../InfiniSim/InfiniTime into semireduxsemiredux
Diffstat (limited to 'src/displayapp/screens/WatchFaceDigital.h')
-rw-r--r--src/displayapp/screens/WatchFaceDigital.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/displayapp/screens/WatchFaceDigital.h b/src/displayapp/screens/WatchFaceDigital.h
index 62f4bcf..8d5bc8d 100644
--- a/src/displayapp/screens/WatchFaceDigital.h
+++ b/src/displayapp/screens/WatchFaceDigital.h
@@ -49,6 +49,8 @@ namespace Pinetime {
uint8_t currentDay = 0;
char hhmm_label_text[6] = { '?', '?', ':', '?', '?', 0 };
+ char hrs_label_text[9] = { '?', 0,0,0,0, 0,0,0,0 };
+ char als_label_text[9] = { '?', 0,0,0,0, 0,0,0,0 };
DirtyValue<uint8_t> batteryPercentRemaining {};
DirtyValue<bool> powerPresent {};
@@ -75,6 +77,8 @@ namespace Pinetime {
lv_obj_t* batteryPlug;
lv_obj_t* heartbeatIcon;
lv_obj_t* heartbeatValue;
+ lv_obj_t* hrsValue;
+ lv_obj_t* alsValue;
lv_obj_t* stepIcon;
lv_obj_t* stepValue;
lv_obj_t* notificationIcon;