diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-31 07:02:46 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-31 07:02:46 (GMT) |
| commit | d081bc82fa01b5ecb373671d38fa88397c49a235 (patch) | |
| tree | 97e0bc4df52704d12f0b01a2b14c9f514546d7e2 /src/displayapp/screens/WatchFaceDigital.h | |
| parent | 465cea4cadb30725dee605babe5d9fb722207b70 (diff) | |
mix work
Diffstat (limited to 'src/displayapp/screens/WatchFaceDigital.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceDigital.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/displayapp/screens/WatchFaceDigital.h b/src/displayapp/screens/WatchFaceDigital.h index 93719c1..353a7fc 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 {}; @@ -74,6 +76,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; |
