Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/fsdrv/
Dlv_fs_arduino_sd.cpp73 lv_snprintf(buf, sizeof(buf), LV_FS_ARDUINO_SD_PATH "%s", path); in fs_open()
/lvgl-latest/
Dlv_conf_template.h856 …#define LV_FS_ARDUINO_SD_PATH "" /**< Set the working directory. File/directory paths will…
DKconfig1304 config LV_FS_ARDUINO_SD_PATH config
/lvgl-latest/src/
Dlv_conf_internal.h2758 #ifndef LV_FS_ARDUINO_SD_PATH
2760 #define LV_FS_ARDUINO_SD_PATH CONFIG_LV_FS_ARDUINO_SD_PATH macro
2762 …#define LV_FS_ARDUINO_SD_PATH "" /**< Set the working directory. File/directory paths will… macro