Searched refs:info_area (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 79 lv_obj_t * info_area = lv_obj_create(bg_cont); in lv_demo_high_res_home() local 80 lv_obj_remove_style_all(info_area); in lv_demo_high_res_home() 81 lv_obj_set_width(info_area, LV_PCT(100)); in lv_demo_high_res_home() 82 lv_obj_set_style_pad_left(info_area, c->sz->gap[10], 0); in lv_demo_high_res_home() 83 lv_obj_set_style_pad_right(info_area, c->sz->gap[10], 0); in lv_demo_high_res_home() 84 lv_obj_set_flex_grow(info_area, 1); in lv_demo_high_res_home() 85 lv_obj_set_flex_flow(info_area, LV_FLEX_FLOW_ROW); in lv_demo_high_res_home() 86 …lv_obj_set_flex_align(info_area, LV_FLEX_ALIGN_SPACE_BETWEEN, LV_FLEX_ALIGN_CENTER, LV_FLEX_ALIGN_… in lv_demo_high_res_home() 88 …lv_obj_t * date_and_time = lv_demo_high_res_simple_container_create(info_area, true, c->sz->gap[4], in lv_demo_high_res_home() 107 …lv_obj_t * weather = lv_demo_high_res_simple_container_create(info_area, false, 50, LV_FLEX_ALIGN_… in lv_demo_high_res_home()
|