lv_array_concat() function
Concatenate two arrays. Adds new elements to the end of the array.
Arguments
array
pointer to an `lv_array_t` variable
other
pointer to the array to concatenate
Return value
LV_RESULT_OK: success, otherwise: error
Notes
The destination array is automatically expanded as necessary.
lv_array_concat() calls 2 functions:
![]()
lv_array_concat()
lv_array_concat() reads 5 variables and writes 1 variable:
![]()
lv_array_concat()