From 6b0d1f644233b2984d2a87553de598879cf05caf Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Tue, 28 May 2024 17:24:59 +0800
Subject: [PATCH] 继续完善

---
 Function/LCD/lcd_io_api.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Function/LCD/lcd_io_api.c b/Function/LCD/lcd_io_api.c
index a6d6247..904dff6 100644
--- a/Function/LCD/lcd_io_api.c
+++ b/Function/LCD/lcd_io_api.c
@@ -27,8 +27,8 @@
 	CMU_PERCLK_SetableEx(PADCLK, ENABLE);  //PADʱ�ӣ�GPIO��ʹ�ܺ���
 	
 	OutputIO(LCD_PWR_GPIO_PORT,LCD_PWR_PIN,OUT_PUSHPULL);
-	OutputIO(LCD_BACKLIGHT_PWR_GPIO_PORT,LCD_BACKLIGHT_PWR_PIN,OUT_PUSHPULL);
-	LCD_BACKLIGHT_OFF;
+//	OutputIO(LCD_BACKLIGHT_PWR_GPIO_PORT,LCD_BACKLIGHT_PWR_PIN,OUT_PUSHPULL);
+//	LCD_BACKLIGHT_OFF;
 	LCD_PWR_OFF;
 }
 

--
Gitblit v1.9.3