Searched defs:_lv_anim_t (Results 1 – 1 of 1) sorted by relevance
68 typedef struct _lv_anim_t struct70 void * var; /**<Variable to animate*/71 lv_anim_exec_xcb_t exec_cb; /**< Function to execute to animate*/74 int32_t start; /**< Start value*/75 int32_t end; /**< End value*/76 uint16_t time; /**< Animation time in ms*/78 uint16_t playback_pause; /**< Wait before play back*/79 uint16_t repeat_pause; /**< Wait before repeat*/81 lv_anim_user_data_t user_data; /**< Custom user data*/85 uint8_t repeat : 1; /**< Repeat the animation infinitely*/[all …]
Completed in 3 milliseconds