Searched refs:slides_path (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res.c | 43 const char * slides_path, in lv_demo_high_res() argument 48 if(slides_path == NULL) slides_path = "about_app_slides"; in lv_demo_high_res() 49 …lv_obj_t * base_obj = lv_demo_high_res_base_obj_create(assets_path, logo_path, slides_path, exit_c… in lv_demo_high_res()
|
D | lv_demo_high_res.h | 107 const char * slides_path, 128 …o_high_res_api_example(const char * assets_path, const char * logo_path, const char * slides_path);
|
D | lv_demo_high_res_api_example.c | 44 …mo_high_res_api_example(const char * assets_path, const char * logo_path, const char * slides_path) in lv_demo_high_res_api_example() argument 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()
|
D | lv_demo_high_res_util.c | 156 const char * slides_path, in lv_demo_high_res_base_obj_create() argument 283 c->slides_path = lv_strdup(slides_path); in lv_demo_high_res_base_obj_create() 284 LV_ASSERT_MALLOC(c->slides_path); in lv_demo_high_res_base_obj_create() 338 lv_fs_res_t fs_res = lv_fs_dir_open(&dir, slides_path); in lv_demo_high_res_base_obj_create() 347 lv_snprintf(buf, sizeof(buf), "%s/Slide%"LV_PRId32".png", slides_path, i); in lv_demo_high_res_base_obj_create() 572 lv_free(c->slides_path); in free_ctx_event_cb()
|
D | lv_demo_high_res_private.h | 192 char * slides_path; member 218 const char * slides_path,
|
D | lv_demo_high_res_app_about.c | 105 c->slides_path); in lv_demo_high_res_app_about() 108 … lv_label_set_text_fmt(label, "Couldn't open the '%s' folder to load the images", c->slides_path); in lv_demo_high_res_app_about()
|