Closed dengxinfa closed 2 months ago
Just fix LV_FS_STDIO_LETTER to '/', it works
/*API for fopen, fread, etc*/
#define LV_USE_FS_STDIO 1
#if LV_USE_FS_STDIO
#define LV_FS_STDIO_LETTER '/' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
#define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appended to it.*/
#define LV_FS_STDIO_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
#endif
I think what you need is LV_FS_DEFAULT_DRIVE_LETTER
.
it work on the commit e06fb5b196497fd931447cbe8eacfbe07b136d1d
it failed on the commit 7c89de28937a626de6c1e7bfdf359a1d129202ef
lv_conf.h
log: