Searched refs:picture_dir (Results 1 – 3 of 3) sorted by relevance
| /lvgl-latest/examples/others/file_explorer/ |
| D | lv_example_file_explorer_1.c | 65 char picture_dir[LV_FS_MAX_PATH_LENGTH]; in lv_example_file_explorer_1() local 66 strcpy(picture_dir, home_dir); in lv_example_file_explorer_1() 67 strcat(picture_dir, "/Pictures"); in lv_example_file_explorer_1() 68 lv_file_explorer_set_quick_access_path(file_explorer, LV_EXPLORER_PICTURES_DIR, picture_dir); in lv_example_file_explorer_1()
|
| D | lv_example_file_explorer_2.c | 98 char picture_dir[LV_FS_MAX_PATH_LENGTH]; in lv_example_file_explorer_2() local 99 strcpy(picture_dir, home_dir); in lv_example_file_explorer_2() 100 strcat(picture_dir, "/Pictures"); in lv_example_file_explorer_2() 101 lv_file_explorer_set_quick_access_path(file_explorer, LV_EXPLORER_PICTURES_DIR, picture_dir); in lv_example_file_explorer_2()
|
| D | lv_example_file_explorer_3.c | 108 char picture_dir[LV_FS_MAX_PATH_LENGTH]; in lv_example_file_explorer_3() local 109 strcpy(picture_dir, home_dir); in lv_example_file_explorer_3() 110 strcat(picture_dir, "/Pictures"); in lv_example_file_explorer_3() 111 lv_file_explorer_set_quick_access_path(file_explorer, LV_EXPLORER_PICTURES_DIR, picture_dir); in lv_example_file_explorer_3()
|