Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_home.c32 static void app_card_click_cb(lv_event_t * e);
226 static void app_card_click_cb(lv_event_t * e) in app_card_click_cb() function
247 …lv_obj_add_event_cb(app_card, app_card_click_cb, LV_EVENT_CLICKED, (void *)((lv_uintptr_t)app_cb)); in app_card_create()