@@ -457,7 +457,7 @@ extern void mp_lv_deinit_gc();
457457#define LV_FONT_MONTSERRAT_42 0
458458#define LV_FONT_MONTSERRAT_44 0
459459#define LV_FONT_MONTSERRAT_46 0
460- #define LV_FONT_MONTSERRAT_48 0
460+ #define LV_FONT_MONTSERRAT_48 1
461461
462462/*Demonstrate special features*/
463463#define LV_FONT_MONTSERRAT_28_COMPRESSED 0 /*bpp = 3*/
@@ -667,15 +667,15 @@ extern void mp_lv_deinit_gc();
667667/*File system interfaces for common APIs */
668668
669669/*API for fopen, fread, etc*/
670- #define LV_USE_FS_STDIO 1
670+ #define LV_USE_FS_STDIO 0
671671#if LV_USE_FS_STDIO
672672 #define LV_FS_STDIO_LETTER 'A' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
673673 #define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appended to it.*/
674674 #define LV_FS_STDIO_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
675675#endif
676676
677677/*API for open, read, etc*/
678- #define LV_USE_FS_POSIX 1
678+ #define LV_USE_FS_POSIX 0
679679#if LV_USE_FS_POSIX
680680 #define LV_FS_POSIX_LETTER 'P' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
681681 #define LV_FS_POSIX_PATH "" /*Set the working directory. File/directory paths will be appended to it.*/
@@ -698,7 +698,7 @@ extern void mp_lv_deinit_gc();
698698#endif
699699
700700/*API for memory-mapped file access. */
701- #define LV_USE_FS_MEMFS 0
701+ #define LV_USE_FS_MEMFS 1
702702#if LV_USE_FS_MEMFS
703703 #define LV_FS_MEMFS_LETTER 'M' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
704704#endif
0 commit comments