Searched refs:logo_path (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res.c | 42 const char * logo_path, in lv_demo_high_res() argument 47 … if(logo_path == NULL) logo_path = "lvgl/demos/high_res/assets/img_lv_demo_high_res_lvgl_logo.png"; 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 | 106 const char * logo_path, 128 void lv_demo_high_res_api_example(const char * assets_path, const char * logo_path, const char * sl…
|
D | lv_demo_high_res_api_example.c | 44 void lv_demo_high_res_api_example(const char * assets_path, const char * logo_path, const char * sl… 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_private.h | 191 char * logo_path; member 217 const char * logo_path,
|
D | lv_demo_high_res_util.c | 155 const char * logo_path, in lv_demo_high_res_base_obj_create() argument 281 c->logo_path = lv_strdup(logo_path); in lv_demo_high_res_base_obj_create() 282 LV_ASSERT_MALLOC(c->logo_path); in lv_demo_high_res_base_obj_create() 571 lv_free(c->logo_path); in free_ctx_event_cb()
|
D | lv_demo_high_res_home.c | 172 lv_image_set_src(logo, c->logo_path); in lv_demo_high_res_home()
|