Modify code.

This commit is contained in:
fancy 2023-10-26 09:18:29 -07:00
parent 53eed78aa8
commit 41f4182c17

4
lv_conf.h Normal file → Executable file
View File

@ -15,7 +15,7 @@
#include <stdint.h>
// ================== Add by xiao ================== start
// ================== Added by fancy code ================== start
/*BMP decoder library*/
#define LV_USE_BMP 1
/*API for open, read, etc*/
@ -25,7 +25,7 @@
#define LV_FS_POSIX_PATH "" /*Set the working directory. File/directory paths will be appended to it.*/
#define LV_FS_POSIX_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
#endif
// ================== Add by xiao ================== end
// ================== Added by fancy code ================== finish
/*====================
COLOR SETTINGS