Use existing fonts in Infineat watchface

This commit is contained in:
Diego Miguel
2022-03-21 10:34:35 +01:00
parent a4c3558ed7
commit f6f6f9507f
10 changed files with 36 additions and 1321 deletions

View File

@@ -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;