Home
last modified time | relevance | path

Searched refs:lv_rlottie_set_play_mode (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/docs/libs/
Drlottie.md72 LVGL provides two functions to control the animation mode: `lv_rlottie_set_play_mode` and `lv_rlott…
79 lv_rlottie_set_play_mode(lottie, LV_RLOTTIE_CTRL_PAUSE); // The specified frame will be displayed a…
82 lv_rlottie_set_play_mode(lottie, LV_RLOTTIE_CTRL_PLAY | LV_RLOTTIE_CTRL_BACKWARD | LV_RLOTTIE_CTRL_…
85 lv_rlottie_set_play_mode(lottie, LV_RLOTTIE_CTRL_PLAY | LV_RLOTTIE_CTRL_FORWARD);
/lvgl-latest/src/extra/libs/rlottie/
Dlv_rlottie.h62 void lv_rlottie_set_play_mode(lv_obj_t * rlottie, const lv_rlottie_ctrl_t ctrl);
Dlv_rlottie.c86 void lv_rlottie_set_play_mode(lv_obj_t * obj, const lv_rlottie_ctrl_t ctrl) in lv_rlottie_set_play_mode() function