Home
last modified time | relevance | path

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

/lvgl-latest/demos/ebike/
Dlv_demo_ebike_home.c239 lv_obj_t * dashboard_center_cont = lv_obj_create(left_cont); in left_cont_create() local
240 lv_obj_set_style_bg_opa(dashboard_center_cont, 0, 0); in left_cont_create()
242 lv_obj_align(dashboard_center_cont, LV_ALIGN_LEFT_MID, 32, 0); in left_cont_create()
243 lv_obj_set_size(dashboard_center_cont, lv_pct(80), 240); in left_cont_create()
245 lv_obj_align(dashboard_center_cont, LV_ALIGN_LEFT_MID, 0, 0); in left_cont_create()
246 lv_obj_set_size(dashboard_center_cont, lv_pct(100), 240); in left_cont_create()
248 lv_obj_set_style_pad_left(dashboard_center_cont, 110, 0); in left_cont_create()
249 lv_obj_remove_flag(dashboard_center_cont, LV_OBJ_FLAG_CLICKABLE); in left_cont_create()
251 lv_obj_t * top_cont = lv_obj_create(dashboard_center_cont); in left_cont_create()
270 lv_obj_t * roller_cont = lv_obj_create(dashboard_center_cont); in left_cont_create()