lv_obj_del_async() function
Helper function for asynchronously deleting objects. Useful for cases where you can't delete an object directly in an `LV_EVENT_DELETE` handler (i.e. parent).
Syntax
void lv_obj_del_async(struct _lv_obj_t * obj); Arguments
obj
object to delete @see lv_async_call