lv_obj_scroll_by_bounded() function
Scroll by a given amount of pixels. `dx` and `dy` will be limited internally to allow scrolling only on the content area.
Arguments
obj
pointer to an object to scroll
dx
pixels to scroll horizontally
dy
pixels to scroll vertically
anim_en
LV_ANIM_ON: scroll with animation; LV_ANIM_OFF: scroll immediately
Notes
e.g. dy = -20 means scroll down 20 px