Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/fsdrv/
Dlv_fs_fatfs.c121 lv_snprintf(buf, sizeof(buf), LV_FS_FATFS_PATH "%s", path); in fs_open()
239 lv_snprintf(buf, sizeof(buf), LV_FS_FATFS_PATH "%s", path); in fs_dir_open()
/lvgl-latest/
Dlv_conf_template.h828 …#define LV_FS_FATFS_PATH "" /**< Set the working directory. File/directory paths will be a…
DKconfig1263 config LV_FS_FATFS_PATH config
/lvgl-latest/src/
Dlv_conf_internal.h2658 #ifndef LV_FS_FATFS_PATH
2660 #define LV_FS_FATFS_PATH CONFIG_LV_FS_FATFS_PATH macro
2662 …#define LV_FS_FATFS_PATH "" /**< Set the working directory. File/directory paths will be a… macro