From 6c7e61a54ef9b96f79704f0b965664e89f57dd52 Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Wed, 29 May 2024 17:41:52 +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