How to make a hidden control, through the code to show again

How to make a hidden control, through the code to show again

Use lv_obj_clear_flag

i.e.

lv_obj_clear_flag( ui_<control name>, LV_OBJ_FLAG_HIDDEN );

Andy

1 Like