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.
pub unsafe extern "C" fn lv_timer_periodic_handler()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.