Searched refs:lab1 (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_top_margin.c | 265 lv_obj_t * lab1 = lv_label_create(cont); in create_perfmon() local 266 lv_obj_add_style(lab1, &c->fonts[FONT_LABEL_XS], 0); in create_perfmon() 267 lv_obj_add_style(lab1, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_TEXT], 0); in create_perfmon() 268 lv_label_set_text(lab1, "Perf. monitor is not enabled"); in create_perfmon() 298 lv_obj_t * lab1 = lv_obj_get_child(cont, 0); in perfmon_data_cb() local 302 …lv_label_set_text_fmt(lab1, "%"PRIu32" FPS, %"PRIu32"%% CPU", perf->calculated.fps, perf->calculat… in perfmon_data_cb()
|