From b39a40b0191e0a8b155db74e885ff66e17b91896 Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Thu, 06 Jun 2024 19:25:15 +0800 Subject: [PATCH] 继续完善 --- Function/LCD/lcd.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Function/LCD/lcd.h b/Function/LCD/lcd.h index 8543847..4f351c2 100644 --- a/Function/LCD/lcd.h +++ b/Function/LCD/lcd.h @@ -95,7 +95,8 @@ extern SYS_DISPLAY_PAPA_T sys_display_para_g; -extern uint8_t lcd_wake_up_flag_g; +extern FlagStatus lcd_wake_up_flag_g; +extern FlagStatus lcd_first_wake_up_flag_g; void Lcd_DeInit(void); -- Gitblit v1.9.3