lv_array_copy() function
Copy an array to another.
Arguments
target
pointer to an `lv_array_t` variable to copy to
source
pointer to an `lv_array_t` variable to copy from
Notes
this will create a new array with the same capacity and size as the source array.
lv_array_copy() calls 4 functions:
![]()
lv_array_copy()
lv_array_copy() reads 4 variables and writes 1 variable:
![]()
lv_array_copy()