lv_anim_private.h
API reference for lv_anim_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_anim.h
Summary
Functions
misc/lv_anim_private.h:42function
lv_anim_core_init
Init the animation module
void lv_anim_core_init(void)misc/lv_anim_private.h:47function
lv_anim_core_deinit
Deinit the animation module
void lv_anim_core_deinit(void)misc/lv_anim_private.h:53function
lv_anim_enable_vsync_mode
void lv_anim_enable_vsync_mode(bool enable)| Name | Type |
|---|---|
enable | bool |
Structs
struct
lv_anim_state_t
| Member | Type | Description |
|---|---|---|
anim_list_changed | bool | |
anim_run_round | bool | |
anim_vsync_registered | bool | |
timer | lv_timer_t * | |
anim_ll | lv_ll_t |
Dependencies
How is this guide?
Last updated on