Skip to main content

lv_anim_set_repeat_delay

Function lv_anim_set_repeat_delay 

Source
pub unsafe extern "C" fn lv_anim_set_repeat_delay(
    a: *mut lv_anim_t,
    delay: u32,
)
Expand description

Set a delay before repeating the animation. @param a pointer to an initialized lv_anim_t variable @param delay delay in milliseconds before repeating the animation.