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