lv_anim_private.h

API reference for lv_anim_private.h

Report on GitHub
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_anim.h

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)
Parameters
NameType
enablebool

Structs

struct

lv_anim_state_t

MemberTypeDescription
anim_list_changedbool
anim_run_roundbool
anim_vsync_registeredbool
timerlv_timer_t *
anim_lllv_ll_t

Dependencies

How is this guide?

Last updated on

On this page