diff --git a/lv_conf.h b/lv_conf.h old mode 100644 new mode 100755 index 4d00965..6c95499 --- a/lv_conf.h +++ b/lv_conf.h @@ -15,7 +15,7 @@ #include -// ================== 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