Searched refs:lv_obj_set_align (Results 1 – 5 of 5) sorted by relevance
168 void lv_obj_set_align(struct _lv_obj_t * obj, lv_align_t align);
334 void lv_obj_set_align(lv_obj_t * obj, lv_align_t align) in lv_obj_set_align() function
124 lv_obj_set_align(ginfo.anim_obj, LV_ALIGN_TOP_LEFT); in page_obj_init()
29 You can align the object on its parent with `lv_obj_set_align(obj, LV_ALIGN_...)`. After this every…32 lv_obj_set_align(obj, LV_ALIGN_CENTER);
94 lv_obj_set_align(obj, align);