when i used ’inf_set_speed‘ in main. once per second
it will run many times,then the system is not refreshed. And Keys don't respond.
maybe memory leak? what should i do?what is the correct way?
char speed_str[5];
void inf_set_speed(u16 num)
{
sprintf(speed_str,"%d",num);
lv_label_set_text_static(inf.inf_screen_inf_label_speed,speed_str);
}