Searched refs:lab3 (Results 1 – 1 of 1) sorted by relevance
281 lv_obj_t * lab3 = lv_label_create(cont); in create_perfmon() local282 lv_obj_add_style(lab3, &c->fonts[FONT_LABEL_XS], 0); in create_perfmon()283 lv_obj_add_style(lab3, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in create_perfmon()284 lv_obj_set_style_text_opa(lab3, LV_OPA_60, 0); in create_perfmon()300 lv_obj_t * lab3 = lv_obj_get_child(cont, 3); in perfmon_data_cb() local304 …lv_label_set_text_fmt(lab3, "Render / Flush: %"PRIu32"ms / %"PRIu32"ms", perf->calculated.render_a… in perfmon_data_cb()