From d352b1982dc9b4fb2135c64cd909bb9cecc62139 Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Fri, 14 Jun 2024 15:58:03 +0800 Subject: [PATCH] 添加.gitignore --- 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