Searched refs:ui_Label_time (Results 1 – 1 of 1) sorted by relevance
32 static lv_obj_t * ui_Label_time; variable74 …lv_label_set_text_fmt(ui_Label_time, "%04d-%02d-%02d %02d:%02d", tim->tm_year + 1900, tim->tm_mon … in date_update()214 ui_Label_time = lv_label_create(ui_Screen1); in ui_Screen1_screen_init()215 lv_obj_set_width(ui_Label_time, LV_SIZE_CONTENT); /// 1 in ui_Screen1_screen_init()216 lv_obj_set_height(ui_Label_time, LV_SIZE_CONTENT); /// 1 in ui_Screen1_screen_init()217 lv_obj_align(ui_Label_time, LV_ALIGN_TOP_RIGHT, -100, 30); in ui_Screen1_screen_init()