Skip to content

Commit 86527dd

Browse files
committed
修改成不需要每次编译都要脚本生成lv_mp.c:
modified: lv_conf.h new file: lv_mp.c modified: micropython.cmake new file: micropython.cmake-bak
1 parent 65353ba commit 86527dd

4 files changed

Lines changed: 32554 additions & 17 deletions

File tree

lv_conf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ extern void mp_lv_deinit_gc();
557557

558558
#define LV_USE_IMAGE 1 /*Requires: lv_label*/
559559

560-
#define LV_USE_IMAGEBUTTON 1
560+
#define LV_USE_IMAGEBUTTON 0
561561

562562
#define LV_USE_KEYBOARD 0
563563

@@ -716,7 +716,7 @@ extern void mp_lv_deinit_gc();
716716
#define LV_USE_LIBJPEG_TURBO 0
717717

718718
/*GIF decoder library*/
719-
#define LV_USE_GIF 1
719+
#define LV_USE_GIF 0
720720
#if LV_USE_GIF
721721
/*GIF decoder accelerate*/
722722
#define LV_GIF_CACHE_DECODE_DATA 0

0 commit comments

Comments
 (0)