Searched refs:btn_drawed_cb (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/app/lvgl_demo/rk_demo/smart_home/ |
| H A D | smart_home_ui.c | 105 static void btn_drawed_cb(lv_event_t * e) in btn_drawed_cb() function 161 lv_obj_add_event_cb(btn_return, btn_drawed_cb, LV_EVENT_CLICKED, NULL); in smart_home_ui_init() 162 lv_obj_add_event_cb(btn_return, btn_drawed_cb, LV_EVENT_DRAW_POST_END, NULL); in smart_home_ui_init()
|
| /OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/ |
| H A D | setting_ui.c | 125 static void btn_drawed_cb(lv_event_t * e) in btn_drawed_cb() function 168 lv_obj_add_event_cb(btn_return, btn_drawed_cb, LV_EVENT_CLICKED, NULL); in setting_ui_init() 169 lv_obj_add_event_cb(btn_return, btn_drawed_cb, LV_EVENT_DRAW_POST_END, NULL); in setting_ui_init()
|