lv_array_assign() function
Assigns one content to the array, replacing its current content.
Arguments
array
pointer to an `lv_array_t` variable
index
the index of the element to replace
value
pointer to the elements to add
Return value
true: success; false: error
lv_array_assign() calls 2 functions:
![]()
lv_array_assign()
lv_array_assign() reads 3 variables:
![]()
lv_array_assign()