Searched refs:lv_label_set_dot_tmp (Results 1 – 1 of 1) sorted by relevance
46 static bool lv_label_set_dot_tmp(lv_obj_t * label, char * data, uint32_t len);1142 if(lv_label_set_dot_tmp(obj, &label->text[byte_id_ori], len)) { in lv_label_refr_text()1189 static bool lv_label_set_dot_tmp(lv_obj_t * obj, char * data, uint32_t len) in lv_label_set_dot_tmp() function