Searched refs:message_time (Results 1 – 1 of 1) sorted by relevance
43 static lv_obj_t * message_time; variable149 lv_label_set_text(message_time, time); in lv_demo_smartwatch_show_notification()343 message_time = lv_label_create(message_panel); in create_screen_notifications()344 lv_obj_set_width(message_time, LV_SIZE_CONTENT); in create_screen_notifications()345 lv_obj_set_height(message_time, LV_SIZE_CONTENT); in create_screen_notifications()346 lv_obj_set_align(message_time, LV_ALIGN_CENTER); in create_screen_notifications()347 lv_label_set_text(message_time, "Chronos"); in create_screen_notifications()