From 559d4ef4d6a899f57d6e671472dd9afb495497d1 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sun, 26 Dec 2021 22:15:49 -0500 Subject: [PATCH] =?UTF-8?q?[simulator][lvgl]=E6=9A=82=E6=97=B6=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E5=88=B0lvgl=E6=96=87=E4=BB=B6=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E4=BD=BF=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/simulator/applications/lvgl/lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/simulator/applications/lvgl/lv_conf.h b/bsp/simulator/applications/lvgl/lv_conf.h index 0d9b3c63bc..e558398800 100644 --- a/bsp/simulator/applications/lvgl/lv_conf.h +++ b/bsp/simulator/applications/lvgl/lv_conf.h @@ -17,7 +17,7 @@ #define USE_WIN32DRV 1 #define WIN32DRV_MONITOR_ZOOM 1 -#define LV_USE_FS_WIN32 1 +//#define LV_USE_FS_WIN32 1 /* music player demo */ #include -- GitLab