Home
last modified time | relevance | path

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

/lvgl-latest/demos/
Dlv_demos.c98 const demo_entry_info_t * entry_info = NULL; in lv_demos_create() local
100 entry_info = &demos_entry_info[0]; in lv_demos_create()
102 else if(entry_info == NULL && info) { in lv_demos_create()
106 entry_info = &demos_entry_info[i]; in lv_demos_create()
111 if(entry_info == NULL) { in lv_demos_create()
116 if(entry_info->entry_cb) { in lv_demos_create()
117 entry_info->entry_cb(); in lv_demos_create()