Searched refs:app_info (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_about.c | 77 …lv_obj_t * app_info = lv_demo_high_res_simple_container_create(bg_cont, true, c->sz->gap[4], LV_FL… in lv_demo_high_res_app_about() local 78 lv_obj_align_to(app_info, top_margin, LV_ALIGN_OUT_BOTTOM_LEFT, 0, c->sz->gap[7]); in lv_demo_high_res_app_about() 80 …lv_obj_t * back = lv_demo_high_res_simple_container_create(app_info, false, c->sz->gap[2], LV_FLEX… in lv_demo_high_res_app_about() 94 lv_obj_t * app_label = lv_label_create(app_info); in lv_demo_high_res_app_about()
|
D | lv_demo_high_res_app_smart_home.c | 82 …lv_obj_t * app_info = lv_demo_high_res_simple_container_create(bg_cont, true, c->sz->gap[4], LV_FL… in lv_demo_high_res_app_smart_home() local 83 lv_obj_set_style_pad_top(app_info, c->sz->gap[10], 0); in lv_demo_high_res_app_smart_home() 84 lv_obj_set_style_pad_left(app_info, c->sz->gap[10], 0); in lv_demo_high_res_app_smart_home() 86 …lv_obj_t * back = lv_demo_high_res_simple_container_create(app_info, false, c->sz->gap[2], LV_FLEX… in lv_demo_high_res_app_smart_home() 100 lv_obj_t * app_label = lv_label_create(app_info); in lv_demo_high_res_app_smart_home()
|
D | lv_demo_high_res_app_ev_charging.c | 122 …lv_obj_t * app_info = lv_demo_high_res_simple_container_create(bg_cont, true, c->sz->gap[4], LV_FL… in lv_demo_high_res_app_ev_charging() local 123 lv_obj_align_to(app_info, top_margin, LV_ALIGN_OUT_BOTTOM_LEFT, 0, c->sz->gap[7]); in lv_demo_high_res_app_ev_charging() 125 …lv_obj_t * back = lv_demo_high_res_simple_container_create(app_info, false, c->sz->gap[2], LV_FLEX… in lv_demo_high_res_app_ev_charging() 139 lv_obj_t * app_label = lv_label_create(app_info); in lv_demo_high_res_app_ev_charging()
|
D | lv_demo_high_res_app_smart_meter.c | 101 …lv_obj_t * app_info = lv_demo_high_res_simple_container_create(bg_cont, true, c->sz->gap[4], LV_FL… in lv_demo_high_res_app_smart_meter() local 102 lv_obj_align_to(app_info, top_margin, LV_ALIGN_OUT_BOTTOM_LEFT, 0, c->sz->gap[7]); in lv_demo_high_res_app_smart_meter() 104 …lv_obj_t * back = lv_demo_high_res_simple_container_create(app_info, false, c->sz->gap[2], LV_FLEX… in lv_demo_high_res_app_smart_meter() 118 lv_obj_t * app_label = lv_label_create(app_info); in lv_demo_high_res_app_smart_meter()
|
D | lv_demo_high_res_app_thermostat.c | 88 …lv_obj_t * app_info = lv_demo_high_res_simple_container_create(bg_cont, true, c->sz->gap[4], LV_FL… in lv_demo_high_res_app_thermostat() local 89 lv_obj_align_to(app_info, top_margin, LV_ALIGN_OUT_BOTTOM_LEFT, 0, c->sz->gap[7]); in lv_demo_high_res_app_thermostat() 91 …lv_obj_t * back = lv_demo_high_res_simple_container_create(app_info, false, c->sz->gap[2], LV_FLEX… in lv_demo_high_res_app_thermostat() 105 lv_obj_t * app_label = lv_label_create(app_info); in lv_demo_high_res_app_thermostat()
|