Home
last modified time | relevance | path

Searched refs:bottom_cont (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/demos/ebike/
Dlv_demo_ebike_home.c286 lv_obj_t * bottom_cont = lv_obj_create(left_cont); in left_cont_create() local
287 lv_obj_set_style_bg_opa(bottom_cont, 0, 0); in left_cont_create()
288 lv_obj_set_size(bottom_cont, lv_pct(100), LV_SIZE_CONTENT); in left_cont_create()
289 lv_obj_set_flex_flow(bottom_cont, LV_FLEX_FLOW_ROW); in left_cont_create()
290 lv_obj_set_style_pad_left(bottom_cont, 110, 0); in left_cont_create()
291 lv_obj_align(bottom_cont, LV_ALIGN_LEFT_MID, 0, 105); in left_cont_create()
294 info_box_create(bottom_cont, &img_ebike_clock, " 03:58 PM", _("March 29")); in left_cont_create()