lv_anim_t is only used within i2c_oled sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
void *
Variable to animate.
Function to execute to animate.
Call it when the animation is starts (considering `delay`).
Call it when the animation is ready.
Call it when the animation is deleted.
Get the current value in relative mode.
void *
Custom user data.
Describe the path (curve) of animations.
int32_t
Start value.
int32_t
Current value.
int32_t
End value.
int32_t
Animation time in ms.
int32_t
Current time in animation. Set to negative to make delay.
uint32_t
Wait before play back.
uint32_t
Duration of playback animation.
uint32_t
Wait before repeat.
uint16_t
Repeat count for the animation.
uint8_t : 1
1: Apply start value immediately even is there is `delay`.
uint8_t : 1
Play back is in progress.
uint8_t : 1
Indicates the animation has run in this round.
uint8_t : 1
Indicates that the `start_cb` was already called.

References

from examples