Home
last modified time | relevance | path

Searched refs:picture_dir (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/examples/others/file_explorer/
Dlv_example_file_explorer_1.c65 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()
Dlv_example_file_explorer_2.c98 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()
Dlv_example_file_explorer_3.c108 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()