Home
last modified time | relevance | path

Searched refs:rlottie (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/extra/libs/rlottie/
Dlv_rlottie.c88 lv_rlottie_t * rlottie = (lv_rlottie_t *) obj; in lv_rlottie_set_play_mode() local
89 rlottie->play_ctrl = ctrl; in lv_rlottie_set_play_mode()
91 if(rlottie->task && (rlottie->dest_frame != rlottie->current_frame || in lv_rlottie_set_play_mode()
92 (rlottie->play_ctrl & LV_RLOTTIE_CTRL_PAUSE) == LV_RLOTTIE_CTRL_PLAY)) { in lv_rlottie_set_play_mode()
93 lv_timer_resume(rlottie->task); in lv_rlottie_set_play_mode()
99 lv_rlottie_t * rlottie = (lv_rlottie_t *) obj; in lv_rlottie_set_current_frame() local
100rlottie->current_frame = goto_frame < rlottie->total_frames ? goto_frame : rlottie->total_frames -… in lv_rlottie_set_current_frame()
110 lv_rlottie_t * rlottie = (lv_rlottie_t *) obj; in lv_rlottie_constructor() local
113rlottie->animation = lottie_animation_from_data(rlottie_desc_create, rlottie_desc_create, ""); in lv_rlottie_constructor()
116 rlottie->animation = lottie_animation_from_file(path_create); in lv_rlottie_constructor()
[all …]
Dlv_rlottie.h62 void lv_rlottie_set_play_mode(lv_obj_t * rlottie, const lv_rlottie_ctrl_t ctrl);
63 void lv_rlottie_set_current_frame(lv_obj_t * rlottie, const size_t goto_frame);
/lvgl-latest/examples/libs/rlottie/
Dindex.rst4 .. lv_example:: libs/rlottie/lv_example_rlottie_1
10 .. lv_example:: libs/rlottie/lv_example_rlottie_2
/lvgl-latest/docs/libs/
Drlottie.md6 LVGL provides the interface to [Samsung/rlottie](https://github.com/Samsung/rlottie) library's C AP…
11 …llow the instructions from Rlottie's [README](https://github.com/Samsung/rlottie/blob/master/READM…
15 git clone https://github.com/Samsung/rlottie.git
18 cmake ../rlottie
97 .. include:: ../../examples/libs/rlottie/index.rst
Dindex.md17 rlottie
/lvgl-latest/docs/
DCHANGELOG.md685 - feat(rlottie): add animation control options [`2857`](https://github.com/littlevgl/lvgl/pull/2857)
734 - fix(rlottie): fix variable name [`2971`](https://github.com/littlevgl/lvgl/pull/2971)
932 - feat(rlottie) add LVGL-Rlottie interface as 3rd party lib [`2700`](https://github.com/lvgl/lvgl/p…
1368 - docs(rlottie) fix build error [`ce0b564`](https://github.com/lvgl/lvgl/commit/ce0b56458846daa6528…
1379 - docs(rlottie): fix typo in commands [`ed9169c`](https://github.com/lvgl/lvgl/commit/ed9169c56dc1f…
1445 - Fix typo in commands to build rlottie [`2723`](https://github.com/lvgl/lvgl/pull/2723)