lv_obj_scroll_to() function
Scroll to a given coordinate on an object. `x` and `y` will be limited internally to allow scrolling only on the content area.
Arguments
obj
pointer to an object to scroll
x
pixels to scroll horizontally
y
pixels to scroll vertically
anim_en
LV_ANIM_ON: scroll with animation; LV_ANIM_OFF: scroll immediately