Searched refs:empty_info (Results 1 – 1 of 1) sorted by relevance
47 static lv_obj_t * empty_info; variable102 lv_obj_remove_flag(empty_info, LV_OBJ_FLAG_HIDDEN); in lv_demo_smartwatch_clear_notifications()142 lv_obj_add_flag(empty_info, LV_OBJ_FLAG_HIDDEN); in lv_demo_smartwatch_add_notification()377 empty_info = lv_label_create(message_list_panel); in create_screen_notifications()378 lv_obj_set_width(empty_info, 180); in create_screen_notifications()379 lv_obj_set_height(empty_info, LV_SIZE_CONTENT); in create_screen_notifications()380 lv_obj_set_align(empty_info, LV_ALIGN_CENTER); in create_screen_notifications()381 lv_label_set_text(empty_info, "The are no notifications currently, come back later"); in create_screen_notifications()382 lv_obj_add_flag(empty_info, LV_OBJ_FLAG_HIDDEN); in create_screen_notifications()