Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_top_margin.c92 lv_obj_t * logout_icon = lv_image_create(top_margin); in lv_demo_high_res_top_margin_create() local
93 lv_image_set_src(logout_icon, c->imgs[IMG_LOGOUT_ICON]); in lv_demo_high_res_top_margin_create()
94 lv_obj_add_style(logout_icon, &c->styles[STYLE_COLOR_BASE][STYLE_TYPE_A8_IMG], 0); in lv_demo_high_res_top_margin_create()
95 lv_obj_add_flag(logout_icon, LV_OBJ_FLAG_CLICKABLE); in lv_demo_high_res_top_margin_create()
96 lv_obj_add_event_cb(logout_icon, logout_cb, LV_EVENT_CLICKED, c); in lv_demo_high_res_top_margin_create()