Minor date number placement rework
This commit is contained in:
parent
5ea4d8fb38
commit
552644a412
@ -372,7 +372,7 @@ void watch_face_create(WatchFace_t * const watchFace)
|
||||
}
|
||||
watchFace->dateWindow.dateWindowWidget = lv_label_create(watchFace->display);
|
||||
lv_label_set_text_static(watchFace->dateWindow.dateWindowWidget, watchFace->dateWindow.dateWindowText);
|
||||
lv_obj_set_pos(watchFace->dateWindow.dateWindowWidget, 182,112);
|
||||
lv_obj_set_pos(watchFace->dateWindow.dateWindowWidget, 182,111);
|
||||
|
||||
if(watchFace->hourHand.handImg)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user