Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_ev_charging.c58 static void charging_status_box_clicked_cb(lv_event_t * e);
539 …lv_obj_add_event_cb(charging_status_box, charging_status_box_clicked_cb, LV_EVENT_CLICKED, bg_cont… in create_widget3()
567 static void charging_status_box_clicked_cb(lv_event_t * e) in charging_status_box_clicked_cb() function