lv_rlottie.h
API reference for lv_rlottie.h
See Also: Private HeaderThis header has a companion private implementation with internal data structures.lv_rlottie_private.h
Summary
Functions
libs/rlottie/lv_rlottie.h:45function
lv_rlottie_set_play_mode
void lv_rlottie_set_play_mode(lv_obj_t *rlottie, const lv_rlottie_ctrl_t ctrl)| Name | Type |
|---|---|
rlottie | lv_obj_t * |
ctrl | const lv_rlottie_ctrl_t |
libs/rlottie/lv_rlottie.h:46function
lv_rlottie_set_current_frame
void lv_rlottie_set_current_frame(lv_obj_t *rlottie, const size_t goto_frame)| Name | Type |
|---|---|
rlottie | lv_obj_t * |
goto_frame | const size_t |
Enums
lv_rlottie_ctrl_t
| Name | Value |
|---|---|
LV_RLOTTIE_CTRL_FORWARD | 0 |
LV_RLOTTIE_CTRL_BACKWARD | 1 |
LV_RLOTTIE_CTRL_PAUSE | 2 |
LV_RLOTTIE_CTRL_PLAY | 0 |
LV_RLOTTIE_CTRL_LOOP | 8 |
Used by 1 function
lv_rlottie_set_play_mode— paramctrl
Variables
libs/rlottie/lv_rlottie.h:34variable
lv_rlottie_class
const lv_obj_class_t lv_rlottie_classDependencies
How is this guide?
Last updated on