lv_image_set_rotation() function
Set the rotation angle of the image. The image will be rotated around the set pivot set by `lv_image_set_pivot()` Note that indexed and alpha only images can't be transformed.
Arguments
obj
pointer to an image object
angle
rotation in degree with 0.1 degree resolution (0..3600: clock wise)
Notes
if image_align is `LV_IMAGE_ALIGN_STRETCH` or `LV_IMAGE_ALIGN_FIT` rotation will be set to 0 automatically.