feat(fs): default drive letter + ESP FS docs (#6367)

Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
becseya
2024-08-21 11:47:29 +02:00
committed by GitHub
parent 5f7a5605cd
commit a476098fcc
24 changed files with 333 additions and 39 deletions

View File

@@ -685,6 +685,9 @@
/*File system interfaces for common APIs */
/*Setting a default driver letter allows skipping the driver prefix in filepaths*/
#define LV_FS_DEFAULT_DRIVE_LETTER '\0'
/*API for fopen, fread, etc*/
#define LV_USE_FS_STDIO 0
#if LV_USE_FS_STDIO