@@ -457,7 +457,7 @@ extern void mp_lv_deinit_gc();
457
457
#define LV_FONT_MONTSERRAT_42 0
458
458
#define LV_FONT_MONTSERRAT_44 0
459
459
#define LV_FONT_MONTSERRAT_46 0
460
- #define LV_FONT_MONTSERRAT_48 0
460
+ #define LV_FONT_MONTSERRAT_48 1
461
461
462
462
/*Demonstrate special features*/
463
463
#define LV_FONT_MONTSERRAT_28_COMPRESSED 0 /*bpp = 3*/
@@ -667,15 +667,15 @@ extern void mp_lv_deinit_gc();
667
667
/*File system interfaces for common APIs */
668
668
669
669
/*API for fopen, fread, etc*/
670
- #define LV_USE_FS_STDIO 1
670
+ #define LV_USE_FS_STDIO 0
671
671
#if LV_USE_FS_STDIO
672
672
#define LV_FS_STDIO_LETTER 'A' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
673
673
#define LV_FS_STDIO_PATH "" /*Set the working directory. File/directory paths will be appended to it.*/
674
674
#define LV_FS_STDIO_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
675
675
#endif
676
676
677
677
/*API for open, read, etc*/
678
- #define LV_USE_FS_POSIX 1
678
+ #define LV_USE_FS_POSIX 0
679
679
#if LV_USE_FS_POSIX
680
680
#define LV_FS_POSIX_LETTER 'P' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
681
681
#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();
698
698
#endif
699
699
700
700
/*API for memory-mapped file access. */
701
- #define LV_USE_FS_MEMFS 0
701
+ #define LV_USE_FS_MEMFS 1
702
702
#if LV_USE_FS_MEMFS
703
703
#define LV_FS_MEMFS_LETTER 'M' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
704
704
#endif
0 commit comments