Searched refs:lab2 (Results 1 – 1 of 1) sorted by relevance
278 lv_obj_t * lab2 = lv_label_create(cont); in create_perfmon() local279 lv_obj_add_style(lab2, &c->fonts[FONT_LABEL_XS], 0); in create_perfmon()280 lv_obj_add_style(lab2, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in create_perfmon()299 lv_obj_t * lab2 = lv_obj_get_child(cont, 2); in perfmon_data_cb() local303 …lv_label_set_text_fmt(lab2, "Refresh: %"PRIu32"ms", perf->calculated.render_avg_time + perf->calcu… in perfmon_data_cb()