From 41f4182c17a7b59472f4f1cc3fe4d4e887550624 Mon Sep 17 00:00:00 2001 From: fancy <258828110.@qq.com> Date: Thu, 26 Oct 2023 09:18:29 -0700 Subject: [PATCH] Modify code. --- lv_conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 lv_conf.h 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