/lvgl-latest/demos/high_res/ |
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() 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() 147 …lv_obj_t * widgets = lv_demo_high_res_simple_container_create(bg_cont, false, widget_gap_padding, … in lv_demo_high_res_app_ev_charging() 252 …lv_obj_t * title_box = lv_demo_high_res_simple_container_create(widget, true, c->sz->gap[1], LV_FL… in create_widget1() 281 …lv_obj_t * spent_box = lv_demo_high_res_simple_container_create(widget, true, c->sz->gap[2], LV_FL… in create_widget1() 292 …lv_obj_t * total_spent_bar = lv_demo_high_res_simple_container_create(spent_box, false, c->sz->gap… in create_widget1() 302 …lv_obj_t * gas_equivalent_bar = lv_demo_high_res_simple_container_create(spent_box, false, c->sz->… in create_widget1() 408 …lv_obj_t * charged_box = lv_demo_high_res_simple_container_create(totals_box, true, c->sz->gap[2],… in create_widget2() 415 …lv_obj_t * charged_amount_box = lv_demo_high_res_simple_container_create(charged_box, false, c->sz… in create_widget2() 429 …lv_obj_t * spent_box = lv_demo_high_res_simple_container_create(totals_box, true, c->sz->gap[2], L… in create_widget2() [all …]
|
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() 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() 126 …lv_obj_t * widgets = lv_demo_high_res_simple_container_create(bg_cont, false, widget_gap_padding, … in lv_demo_high_res_app_smart_meter() 174 …lv_obj_t * daily_box = lv_demo_high_res_simple_container_create(box, true, c->sz->gap[2], LV_FLEX_… in create_widget1_part() 182 …lv_obj_t * daily_value_box = lv_demo_high_res_simple_container_create(daily_box, false, c->sz->gap… in create_widget1_part() 196 …lv_obj_t * weekly_box = lv_demo_high_res_simple_container_create(box, true, c->sz->gap[2], LV_FLEX… in create_widget1_part() 205 …lv_obj_t * weekly_value_box = lv_demo_high_res_simple_container_create(weekly_box, false, c->sz->g… in create_widget1_part() 415 …lv_obj_t * usage_box = lv_demo_high_res_simple_container_create(widget, true, c->sz->gap[2], LV_FL… in create_widget2() 422 …lv_obj_t * amount_box = lv_demo_high_res_simple_container_create(usage_box, false, c->sz->gap[1], … in create_widget2() 587 …lv_obj_t * obj = lv_demo_high_res_simple_container_create(parent, true, c->sz->gap[4], LV_FLEX_ALI… in create_widget3_stat() [all …]
|
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() 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() 113 …lv_obj_t * widgets = lv_demo_high_res_simple_container_create(bg_cont, false, widget_gap_padding, … in lv_demo_high_res_app_thermostat() 210 …lv_obj_t * consumed_box = lv_demo_high_res_simple_container_create(widget, true, c->sz->gap[2], LV… in create_widget1() 217 …lv_obj_t * amount_box = lv_demo_high_res_simple_container_create(consumed_box, false, c->sz->gap[1… in create_widget1() 262 …lv_obj_t * box = lv_demo_high_res_simple_container_create(parent, true, c->sz->gap[2], LV_FLEX_ALI… in create_widget2_value() 276 …lv_obj_t * temperature_box = lv_demo_high_res_simple_container_create(box, false, c->sz->gap[2], L… in create_widget2_value() 327 …lv_obj_t * outer_slider_box = lv_demo_high_res_simple_container_create(widget, true, c->sz->gap[4], in create_widget2() 332 …lv_obj_t * slider_box = lv_demo_high_res_simple_container_create(outer_slider_box, false, 0, LV_FL… in create_widget2() 552 …lv_obj_t * current_temperature_box = lv_demo_high_res_simple_container_create(scale_and_arc_box, t… in create_widget3() [all …]
|
D | lv_demo_high_res_home.c | 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() 108 …lv_obj_t * weather_left = lv_demo_high_res_simple_container_create(weather, true, c->sz->gap[2], L… in lv_demo_high_res_home() 114 …lv_obj_t * weather_left_bottom = lv_demo_high_res_simple_container_create(weather_left, true, c->s… in lv_demo_high_res_home() 127 …lv_obj_t * weather_right = lv_demo_high_res_simple_container_create(weather, true, c->sz->gap[2], … in lv_demo_high_res_home() 177 …lv_obj_t * theme_selector = lv_demo_high_res_simple_container_create(bottom_margin, false, c->sz->… in lv_demo_high_res_home()
|
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() 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() 168 …lv_obj_t * outdoor_temp_box = lv_demo_high_res_simple_container_create(widget, true, c->sz->gap[2], in create_widget1() 246 lv_obj_t * num_label_cont = lv_demo_high_res_simple_container_create(widget, in create_widget_charging() 348 …lv_obj_t * music_labels_box = lv_demo_high_res_simple_container_create(widget, true, c->sz->gap[1], in create_widget3() 389 …lv_obj_t * controls = lv_demo_high_res_simple_container_create(widget, false, 0, LV_FLEX_ALIGN_CEN… in create_widget3() 430 …lv_obj_t * temperature_box = lv_demo_high_res_simple_container_create(widget, true, c->sz->gap[5],… in create_widget4() 445 …lv_obj_t * temperature_label_box = lv_demo_high_res_simple_container_create(temperature_box, true,… in create_widget4()
|
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() 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() 127 …lv_obj_t * slide_deck = lv_demo_high_res_simple_container_create(slide_deck_cont, false, c->sz->ga… in lv_demo_high_res_app_about() 131 …lv_obj_t * buttons = lv_demo_high_res_simple_container_create(slides_cont, false, c->sz->gap[2], L… in lv_demo_high_res_app_about()
|
D | lv_demo_high_res_top_margin.c | 99 …lv_obj_t * top_margin_right_cluster = lv_demo_high_res_simple_container_create(top_margin, false, … in lv_demo_high_res_top_margin_create() 227 …lv_obj_t * cont = lv_demo_high_res_simple_container_create(settings, true, c->sz->gap[4], LV_FLEX_… in create_wifi() 263 … lv_obj_t * cont = lv_demo_high_res_simple_container_create(perfmon, true, 0, LV_FLEX_ALIGN_START); in create_perfmon()
|
D | lv_demo_high_res_private.h | 231 lv_obj_t * lv_demo_high_res_simple_container_create(lv_obj_t * parent, bool vertical, int32_t pad,
|
D | lv_demo_high_res_util.c | 376 lv_obj_t * lv_demo_high_res_simple_container_create(lv_obj_t * parent, bool vertical, int32_t pad, in lv_demo_high_res_simple_container_create() function
|