lv_anim_set_repeat_count() function
Make the animation repeat itself.
Syntax
static inline void lv_anim_set_repeat_count(lv_anim_t * a,
uint16_t cnt);
Arguments
a
pointer to an initialized `lv_anim_t` variable
cnt
repeat count or `LV_ANIM_REPEAT_INFINITE` for infinite repetition. 0: to disable repetition.