summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceInfineat.h
diff options
context:
space:
mode:
authorDiego Miguel <dmlls@diegomiguel.me>2022-03-21 10:34:35 +0100
committerDiego Miguel <dmlls@diegomiguel.me>2022-06-11 16:57:24 +0200
commitf6f6f9507f0424398d71183da8f78f1aa1482334 (patch)
treedf18b49fc24cdb41e25b824307e0d770cbe01ad6 /src/displayapp/screens/WatchFaceInfineat.h
parenta4c3558ed7d2d9e0b9fc615b2b5770a7c9652871 (diff)
Use existing fonts in Infineat watchface
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;