Searched refs:wifi_icon (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_top_margin.c | 102 …lv_obj_t * wifi_icon = create_icon(top_margin_right_cluster, &c->top_margin_wifi_subject, NULL, c); in lv_demo_high_res_top_margin_create() local 103 lv_image_set_src(wifi_icon, c->imgs[IMG_WIFI_ICON]); in lv_demo_high_res_top_margin_create() 104 lv_subject_add_observer_obj(&c->subject_groups.wifi.group, wifi_icon_observer_cb, wifi_icon, c); in lv_demo_high_res_top_margin_create() 107 lv_obj_add_event_cb(wifi_icon, delete_modal_cb, LV_EVENT_DELETE, wifi); in lv_demo_high_res_top_margin_create() 126 lv_obj_align_to(wifi, wifi_icon, LV_ALIGN_OUT_BOTTOM_RIGHT, 0, 0); in lv_demo_high_res_top_margin_create() 245 lv_obj_t * wifi_icon = lv_observer_get_target_obj(observer); in wifi_icon_observer_cb() local 247 lv_obj_set_style_opa(wifi_icon, lv_subject_get_pointer(&c->api.subjects.wifi_ssid) in wifi_icon_observer_cb()
|