Searched refs:num_apps (Results 1 – 1 of 1) sorted by relevance
51 static uint32_t num_apps; variable63 if(num_apps >= MAX_APPS) { in lv_demo_smartwatch_register_app_cb()67 apps[num_apps].name = name; in lv_demo_smartwatch_register_app_cb()68 apps[num_apps].icon = icon; in lv_demo_smartwatch_register_app_cb()69 apps[num_apps].main = entry; in lv_demo_smartwatch_register_app_cb()70 add_external_app(name, num_apps, icon); in lv_demo_smartwatch_register_app_cb()71 num_apps++; in lv_demo_smartwatch_register_app_cb()126 if(index >= num_apps) { in app_list_clicked_external_event_cb()