lv_image_set_pivot() function
Set the rotation center of the image. The image will be rotated around this point. x, y can be set with value of LV_PCT, lv_image_get_pivot will return the true pixel coordinate of pivot in this case.
Arguments
obj
pointer to an image object
x
rotation center x of the image
y
rotation center y of the image