Skip to main content

lv_timer_periodic_handler

Function lv_timer_periodic_handler 

Source
pub unsafe extern "C" fn lv_timer_periodic_handler()
Expand description

Call it in the super-loop of main() or threads. It will automatically call lv_timer_handler() at the right time. This function is used to simplify the porting.