lv_array_at() function
Returns a pointer to the element at position n in the array.
Arguments
array
pointer to an `lv_array_t` variable
index
the index of the element to return
Return value
a pointer to the requested element, NULL if `index` is out of range
![]()
return lv_array_at(array, 0);
lv_array_at() is called by 6 functions:
![]()
lv_array_at()
lv_array_at() reads 3 variables:
![]()
lv_array_at()