Home
last modified time | relevance | path

Searched refs:lv_img_set_pivot (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/examples/widgets/img/
Dlv_example_img_3.c25 lv_img_set_pivot(img, 0, 0); /*Rotate around the top left corner*/ in lv_example_img_3()
/lvgl-latest/src/widgets/
Dlv_img.h129 void lv_img_set_pivot(lv_obj_t * obj, lv_coord_t x, lv_coord_t y);
Dlv_img.c219 void lv_img_set_pivot(lv_obj_t * obj, lv_coord_t x, lv_coord_t y) in lv_img_set_pivot() function
/lvgl-latest/docs/widgets/core/
Dimg.md82 …of the rotation is the center of the image. It can be changed with `lv_img_set_pivot(img, pivot_x,…
/lvgl-latest/docs/
DCHANGELOG.md2028 - `lv_img_set_pivot`: set the pivot point of rotation