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_screen_active(), 100, 100, in lv_example_rlottie_2()
|
/lvgl-latest/src/libs/rlottie/ |
D | lv_rlottie.h | 40 lv_obj_t * lv_rlottie_create_from_file(lv_obj_t * parent, int32_t width, int32_t height, const char…
|
D | lv_rlottie.c | 65 lv_obj_t * lv_rlottie_create_from_file(lv_obj_t * parent, int32_t width, int32_t height, const char… in lv_rlottie_create_from_file() function
|
/lvgl-latest/docs/details/libs/ |
D | rlottie.rst | 64 lv_obj_t * lottie = lv_rlottie_create_from_file(parent, width, height, "path/to/lottie.json"); 114 lv_obj_t * lottie = lv_rlottie_create_from_file(scr, 128, 128, "test.json");
|