lv_obj_move_foreground() function
MACROS INLINE FUNCTIONS Move the object to the foreground. It will look like if it was created as the last child of its parent. It also means it can cover any of the siblings.
Syntax
static inline void lv_obj_move_foreground(lv_obj_t * obj);