Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res.h76 } lv_demo_high_res_api_t; typedef
78 typedef void (*lv_demo_high_res_exit_cb_t)(lv_demo_high_res_api_t * api);
105 lv_demo_high_res_api_t * lv_demo_high_res(const char * assets_path,
Dlv_demo_high_res_api_example.c25 static void exit_cb(lv_demo_high_res_api_t * api);
46 lv_demo_high_res_api_t * api = lv_demo_high_res(assets_path, logo_path, slides_path, exit_cb); in lv_demo_high_res_api_example()
85 static void exit_cb(lv_demo_high_res_api_t * api) in exit_cb()
125 lv_demo_high_res_api_t * api = lv_timer_get_user_data(t); in clock_timer_cb()
Dlv_demo_high_res.c41 lv_demo_high_res_api_t * lv_demo_high_res(const char * assets_path, in lv_demo_high_res()
Dlv_demo_high_res_private.h202 lv_demo_high_res_api_t api;