Searched refs:top_cont (Results 1 – 1 of 1) sorted by relevance
251 lv_obj_t * top_cont = lv_obj_create(dashboard_center_cont); in left_cont_create() local252 lv_obj_set_style_bg_opa(top_cont, 0, 0); in left_cont_create()253 lv_obj_set_size(top_cont, lv_pct(100), LV_SIZE_CONTENT); in left_cont_create()254 lv_obj_set_flex_flow(top_cont, LV_FLEX_FLOW_ROW); in left_cont_create()255 …lv_obj_set_flex_align(top_cont, LV_FLEX_ALIGN_SPACE_BETWEEN, LV_FLEX_ALIGN_CENTER, LV_FLEX_ALIGN_C… in left_cont_create()258 lv_obj_t * icon1 = lv_image_create(top_cont); in left_cont_create()262 lv_obj_t * icon2 = lv_image_create(top_cont); in left_cont_create()266 lv_obj_t * icon3 = lv_image_create(top_cont); in left_cont_create()