Searched refs:lv_rlottie_create_from_file (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/examples/libs/rlottie/ |
D | lv_example_rlottie_2.c | 11 lv_obj_t * lottie = lv_rlottie_create_from_file(lv_scr_act(), 100, 100, in lv_example_rlottie_2()
|
/lvgl-latest/src/extra/libs/rlottie/ |
D | lv_rlottie.h | 57 lv_obj_t * lv_rlottie_create_from_file(lv_obj_t * parent, lv_coord_t width, lv_coord_t height, cons…
|
D | lv_rlottie.c | 55 lv_obj_t * lv_rlottie_create_from_file(lv_obj_t * parent, lv_coord_t width, lv_coord_t height, cons… in lv_rlottie_create_from_file() function
|
/lvgl-latest/docs/libs/ |
D | rlottie.md | 39 lv_obj_t * lottie = lv_rlottie_create_from_file(parent, width, height, "path/to/lottie.json"); 75 lv_obj_t * lottie = lv_rlottie_create_from_file(scr, 128, 128, "test.json");
|