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
lv_anim_core_init
Init the animation module
void lv_anim_core_init(void)lv_anim_core_deinit
Deinit the animation module
void lv_anim_core_deinit(void)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
lvgl_public.h
Last updated on