lv_array_remove() function
Remove the element at the specified position in the array.
Arguments
array
pointer to an `lv_array_t` variable
index
the index of the element to remove
Return value
LV_RESULT_OK: success, otherwise: error
![]()
lv_array_remove(list, i);
lv_array_remove() is called by 2 functions and calls 3 functions:
![]()
lv_array_remove()
lv_array_remove() reads 4 variables and writes 1 variable:
![]()
lv_array_remove()