/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res.c | 49 …lv_obj_t * base_obj = lv_demo_high_res_base_obj_create(assets_path, logo_path, slides_path, exit_c… in lv_demo_high_res() local 50 lv_demo_high_res_home(base_obj); in lv_demo_high_res() 52 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in lv_demo_high_res()
|
D | lv_demo_high_res_app_ev_charging.c | 57 static void prepare_default_anim(lv_anim_t * a, int32_t start_v, lv_obj_t * base_obj); 75 void lv_demo_high_res_app_ev_charging(lv_obj_t * base_obj) in lv_demo_high_res_app_ev_charging() argument 77 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in lv_demo_high_res_app_ev_charging() 81 lv_obj_t * bg = base_obj; in lv_demo_high_res_app_ev_charging() 97 lv_obj_add_event_cb(bg_cont, bg_cont_delete_cb, LV_EVENT_DELETE, base_obj); in lv_demo_high_res_app_ev_charging() 100 uint32_t base_obj_event_count = lv_obj_get_event_count(base_obj); in lv_demo_high_res_app_ev_charging() 102 lv_event_dsc_t * event_dsc = lv_obj_get_event_dsc(base_obj, i); in lv_demo_high_res_app_ev_charging() 112 lv_obj_add_event_cb(base_obj, base_obj_delete_cb, LV_EVENT_DELETE, anim_state); in lv_demo_high_res_app_ev_charging() 163 lv_obj_t * base_obj = lv_event_get_user_data(e); in bg_cont_delete_cb() local 164 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in bg_cont_delete_cb() [all …]
|
D | lv_demo_high_res_private.h | 221 void lv_demo_high_res_home(lv_obj_t * base_obj); 222 void lv_demo_high_res_app_smart_home(lv_obj_t * base_obj); 223 void lv_demo_high_res_app_ev_charging(lv_obj_t * base_obj); 224 void lv_demo_high_res_app_smart_meter(lv_obj_t * base_obj); 225 void lv_demo_high_res_app_thermostat(lv_obj_t * base_obj); 226 void lv_demo_high_res_app_about(lv_obj_t * base_obj);
|
D | lv_demo_high_res_api_example.c | 73 lv_obj_add_event_cb(api->base_obj, delete_timer_cb, LV_EVENT_DELETE, locked_timer); in lv_demo_high_res_api_example() 78 lv_obj_add_event_cb(api->base_obj, delete_timer_cb, LV_EVENT_DELETE, clock_timer); in lv_demo_high_res_api_example() 87 lv_obj_delete(api->base_obj); in exit_cb()
|
D | lv_demo_high_res_app_about.c | 50 void lv_demo_high_res_app_about(lv_obj_t * base_obj) in lv_demo_high_res_app_about() argument 52 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in lv_demo_high_res_app_about() 56 lv_obj_t * bg = base_obj; in lv_demo_high_res_app_about() 172 lv_obj_t * base_obj = lv_obj_get_parent(lv_obj_get_parent(lv_obj_get_parent(back))); in back_clicked_cb() local 173 lv_obj_clean(base_obj); in back_clicked_cb() 174 lv_demo_high_res_home(base_obj); in back_clicked_cb()
|
D | lv_demo_high_res_home.c | 25 typedef void (*app_cb_t)(lv_obj_t * base_obj); 53 void lv_demo_high_res_home(lv_obj_t * base_obj) in lv_demo_high_res_home() argument 55 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in lv_demo_high_res_home() 59 lv_obj_t * bg = base_obj; in lv_demo_high_res_home() 231 lv_obj_t * base_obj = lv_obj_get_parent(lv_obj_get_parent(lv_obj_get_parent(app_card))); in app_card_click_cb() local 232 lv_obj_clean(base_obj); in app_card_click_cb() 233 app_cb(base_obj); in app_card_click_cb()
|
D | lv_demo_high_res_util.c | 161 lv_obj_t * base_obj = lv_obj_create(lv_screen_active()); in lv_demo_high_res_base_obj_create() local 162 lv_obj_set_user_data(base_obj, c); in lv_demo_high_res_base_obj_create() 163 lv_obj_add_event_cb(base_obj, free_ctx_event_cb, LV_EVENT_DELETE, NULL); in lv_demo_high_res_base_obj_create() 319 c->api.base_obj = base_obj; in lv_demo_high_res_base_obj_create() 373 return base_obj; in lv_demo_high_res_base_obj_create() 552 lv_obj_t * base_obj = lv_event_get_target_obj(e); in free_ctx_event_cb() local 553 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in free_ctx_event_cb() 598 lv_obj_set_user_data(base_obj, NULL); in free_ctx_event_cb()
|
D | lv_demo_high_res.h | 74 lv_obj_t * base_obj; member
|
D | lv_demo_high_res_app_smart_home.c | 55 void lv_demo_high_res_app_smart_home(lv_obj_t * base_obj) in lv_demo_high_res_app_smart_home() argument 57 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in lv_demo_high_res_app_smart_home() 61 lv_obj_t * bg = base_obj; in lv_demo_high_res_app_smart_home() 133 lv_obj_t * base_obj = lv_obj_get_parent(lv_obj_get_parent(lv_obj_get_parent(back))); in back_clicked_cb() local 134 lv_obj_clean(base_obj); in back_clicked_cb() 135 lv_demo_high_res_home(base_obj); in back_clicked_cb()
|
D | lv_demo_high_res_app_smart_meter.c | 73 void lv_demo_high_res_app_smart_meter(lv_obj_t * base_obj) in lv_demo_high_res_app_smart_meter() argument 75 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in lv_demo_high_res_app_smart_meter() 79 lv_obj_t * bg = base_obj; in lv_demo_high_res_app_smart_meter() 142 lv_obj_t * base_obj = lv_obj_get_parent(lv_obj_get_parent(lv_obj_get_parent(back))); in back_clicked_cb() local 143 lv_obj_clean(base_obj); in back_clicked_cb() 144 lv_demo_high_res_home(base_obj); in back_clicked_cb()
|
D | lv_demo_high_res_app_thermostat.c | 60 void lv_demo_high_res_app_thermostat(lv_obj_t * base_obj) in lv_demo_high_res_app_thermostat() argument 62 lv_demo_high_res_ctx_t * c = lv_obj_get_user_data(base_obj); in lv_demo_high_res_app_thermostat() 66 lv_obj_t * bg = base_obj; in lv_demo_high_res_app_thermostat() 129 lv_obj_t * base_obj = lv_obj_get_parent(lv_obj_get_parent(lv_obj_get_parent(back))); in back_clicked_cb() local 130 lv_obj_clean(base_obj); in back_clicked_cb() 131 lv_demo_high_res_home(base_obj); in back_clicked_cb()
|