Searched refs:subtitle (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.5.0/demos/benchmark/ |
D | lv_demo_benchmark.c | 637 static lv_obj_t * subtitle; variable 692 subtitle = lv_label_create(scr); in benchmark_init() 693 lv_obj_align_to(subtitle, title, LV_ALIGN_OUT_BOTTOM_LEFT, 0, 0); in benchmark_init() 697 …lv_obj_set_size(scene_bg, lv_obj_get_width(scr), lv_obj_get_height(scr) - subtitle->coords.y2 - LV… in benchmark_init() 731 lv_label_set_text(subtitle, ""); in lv_demo_benchmark_run_scene() 813 subtitle = lv_label_create(lv_scr_act()); in generate_report() 814 lv_label_set_text_fmt(subtitle, "Opa. speed: %"LV_PRIu32"%%", opa_speed_pct); in generate_report() 960 lv_label_set_text_fmt(subtitle, "Result : %"LV_PRId32" FPS", in report_cb() 969 lv_label_set_text_fmt(subtitle, "Result : %"LV_PRId32" FPS", in report_cb() 1002 … lv_label_set_text_fmt(subtitle, "Result of \"%s\": %"LV_PRId32" FPS", scenes[scene_act].name, in scene_next_task_cb() [all …]
|