lv_obj_move_background() function
Move the object to the background. It will look like if it was created as the first child of its parent. It also means any of the siblings can cover the object.
Syntax
static inline void lv_obj_move_background(lv_obj_t * obj);