summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceInfineat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/WatchFaceInfineat.h')
-rw-r--r--src/displayapp/screens/WatchFaceInfineat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceInfineat.h b/src/displayapp/screens/WatchFaceInfineat.h
index c7e21379..da9d9964 100644
--- a/src/displayapp/screens/WatchFaceInfineat.h
+++ b/src/displayapp/screens/WatchFaceInfineat.h
@@ -93,7 +93,9 @@ namespace Pinetime {
lv_obj_t* labelHour;
lv_obj_t* labelMinutes;
lv_obj_t* labelTimeAmPm;
- lv_obj_t* labelDate;
+ lv_obj_t* dateContainer;
+ lv_obj_t* labelDateDay;
+ lv_obj_t* labelDateNum;
lv_obj_t* bleIcon;
lv_obj_t* stepIcon;
lv_obj_t* stepValue;