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.