Searched refs:bg_img (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_about.c | 60 lv_obj_t * bg_img = lv_image_create(bg); in lv_demo_high_res_app_about() local 61 lv_subject_add_observer_obj(&c->th, lv_demo_high_res_theme_observer_image_src_cb, bg_img, in lv_demo_high_res_app_about()
|
D | lv_demo_high_res_home.c | 63 lv_obj_t * bg_img = lv_image_create(bg); in lv_demo_high_res_home() local 64 …lv_subject_add_observer_obj(&c->th, lv_demo_high_res_theme_observer_image_src_cb, bg_img, &c->imgs… in lv_demo_high_res_home()
|
D | lv_demo_high_res_app_smart_home.c | 65 lv_obj_t * bg_img = lv_image_create(bg); in lv_demo_high_res_app_smart_home() local 66 lv_subject_add_observer_obj(&c->th, lv_demo_high_res_theme_observer_image_src_cb, bg_img, in lv_demo_high_res_app_smart_home()
|
D | lv_demo_high_res_app_ev_charging.c | 85 lv_obj_t * bg_img = lv_image_create(bg); in lv_demo_high_res_app_ev_charging() local 86 lv_subject_add_observer_obj(&c->th, lv_demo_high_res_theme_observer_image_src_cb, bg_img, in lv_demo_high_res_app_ev_charging()
|
D | lv_demo_high_res_app_smart_meter.c | 83 lv_obj_t * bg_img = lv_image_create(bg); in lv_demo_high_res_app_smart_meter() local 84 lv_subject_add_observer_obj(&c->th, lv_demo_high_res_theme_observer_image_src_cb, bg_img, in lv_demo_high_res_app_smart_meter()
|
D | lv_demo_high_res_app_thermostat.c | 70 lv_obj_t * bg_img = lv_image_create(bg); in lv_demo_high_res_app_thermostat() local 71 lv_subject_add_observer_obj(&c->th, lv_demo_high_res_theme_observer_image_src_cb, bg_img, in lv_demo_high_res_app_thermostat()
|