| | |
| | | |
| | | #include "define_all.h" |
| | | #include "key.h" |
| | | |
| | | #include "lcd_io_api.h" |
| | | #include "lcd_cfg_api.h" |
| | | #include "lcd_segmentcode.h" |
| | | |
| | | #define LCD_BACKLIGHT_SELECT(__ALKA_STATE__) ((__ALKA_STATE__ == RESET) ? LCD_BACKLIGHT_ON : LCD_BACKLIGHT_OFF) |
| | | |
| | |
| | | |
| | | |
| | | extern SYS_DISPLAY_PAPA_T sys_display_para_g; |
| | | //extern SYS_ALARM_VALVE_T sys_show_state_bytes_id_g; |
| | | //extern SYS_ALARM_VALVE_T sys_clear_state_bytes_id_g; |
| | | |
| | | extern uint8_t lcd_wake_up_flag_g; |
| | | |
| | | void Lcd_DeInit(void); |
| | | |
| | | void Lcd_Sys_Init(void); |
| | | |
| | | |
| | | void Lcd_Display_AllTest(void); |
| | | void Lcd_Clear_AllTest(void); |
| | | void Lcd_Show_Loop(void); |
| | | |
| | | void Lcd_Show_MenuProcess(SYS_DISPLAY_PAPA_T * sys_display_para_p,ErrorStatus_STM32 * pCnv_result_flag); |
| | | void Lcd_Show_MenuProcess(void); |
| | | |
| | | void lcdDisplayPro(void); |
| | | |
| | | #endif |
| | | |