From 0515eeab1603cf7f4f342a601c5f8fdd0d4795bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=90=83=E6=B2=B9=E7=82=B8=E9=B8=A1?= <1425962791@qq.com> Date: Mon, 15 Sep 2025 10:34:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=B1=8F=E5=B9=95=E6=96=B9?= =?UTF-8?q?=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Power_Pico/BSP/LCD/lcd_init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Power_Pico/BSP/LCD/lcd_init.h b/Power_Pico/BSP/LCD/lcd_init.h index 32c91ef..047ed6c 100644 --- a/Power_Pico/BSP/LCD/lcd_init.h +++ b/Power_Pico/BSP/LCD/lcd_init.h @@ -3,7 +3,7 @@ #include "sys.h" -#define USE_HORIZONTAL 0 //设置横屏或者竖屏显示 0或1为竖屏 2或3为横屏 +#define USE_HORIZONTAL 1 //设置横屏或者竖屏显示 0或1为竖屏 2或3为横屏 #if USE_HORIZONTAL==0||USE_HORIZONTAL==1