Skip to content

Commit

Permalink
disable LV_USE_FS_STDIO
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Jul 3, 2023
1 parent 6c489d3 commit 92b8948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
/*File system interfaces for common APIs */

/*API for fopen, fread, etc*/
#define LV_USE_FS_STDIO 1
#define LV_USE_FS_STDIO 0
#if LV_USE_FS_STDIO
#define LV_FS_STDIO_LETTER 'A' /*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.*/
Expand Down

0 comments on commit 92b8948

Please sign in to comment.