Searched refs:charging_status_box (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_ev_charging.c | 530 lv_obj_t * charging_status_box = lv_obj_create(arc); in create_widget3() local 531 lv_obj_remove_style_all(charging_status_box); in create_widget3() 532 lv_obj_set_size(charging_status_box, LV_SIZE_CONTENT, LV_SIZE_CONTENT); in create_widget3() 533 lv_obj_set_style_pad_hor(charging_status_box, c->sz->gap[6], 0); in create_widget3() 534 lv_obj_set_style_pad_ver(charging_status_box, c->sz->gap[3], 0); in create_widget3() 535 lv_obj_set_style_bg_color(charging_status_box, lv_color_white(), 0); in create_widget3() 536 lv_obj_set_style_bg_opa(charging_status_box, LV_OPA_30, 0); in create_widget3() 537 lv_obj_set_style_radius(charging_status_box, LV_COORD_MAX, 0); in create_widget3() 538 lv_obj_add_flag(charging_status_box, LV_OBJ_FLAG_CLICKABLE); in create_widget3() 539 …lv_obj_add_event_cb(charging_status_box, charging_status_box_clicked_cb, LV_EVENT_CLICKED, bg_cont… in create_widget3() [all …]
|