lv_rlottie.h

API reference for lv_rlottie.h

Report on GitHub
See Also: Private HeaderThis header has a companion private implementation with internal data structures.lv_rlottie_private.h

Functions

lv_rlottie_set_play_mode

 
void lv_rlottie_set_play_mode(lv_obj_t *rlottie, const lv_rlottie_ctrl_t ctrl)
Parameters

lv_rlottie_set_current_frame

 
void lv_rlottie_set_current_frame(lv_obj_t *rlottie, const size_t goto_frame)
Parameters
NameType
rlottielv_obj_t *
goto_frameconst size_t

Enums

lv_rlottie_ctrl_t

NameValue
LV_RLOTTIE_CTRL_FORWARD0
LV_RLOTTIE_CTRL_BACKWARD1
LV_RLOTTIE_CTRL_PAUSE2
LV_RLOTTIE_CTRL_PLAY0
LV_RLOTTIE_CTRL_LOOP8
Used by 1 function
  • lv_rlottie_set_play_mode — param ctrl

Variables

lv_rlottie_class

 
const lv_obj_class_t lv_rlottie_class

Dependencies

Indirect dependencies

How is this guide?

Last updated on

On this page