lv_array_resize() function
Resize the array to the given capacity.
Arguments
array
pointer to an `lv_array_t` variable
new_capacity
the new capacity of the array
Notes
if the new capacity is smaller than the current size, the array will be truncated.
lv_array_resize() is called by 3 functions and calls 1 function:
![]()
lv_array_resize()
lv_array_resize() reads 3 variables and writes 3 variables:
![]()
lv_array_resize()