| | |
| | | #define _LCD_CFG_API_H_ |
| | | |
| | | #include "define_all.h" |
| | | #include "power_manage.h" |
| | | #include "system_parameter.h" |
| | | #include "valve_control.h" |
| | | |
| | | #define LCD_PAGE_SWITCH_TIME 3 * 1000 //3Ãë |
| | |
| | | |
| | | ErrorStatus_STM32 Lcd_ModeConversion_ShowErrTime(LCD_PAGE_SWITCH_PARA_T * lcd_page_switch_para_p); |
| | | |
| | | void Lcd_Battery(PWR_VOL_T pwr_para_in); |
| | | void Lcd_ValveShow(VALVE_STATUS valve_state,uint16_t valve_close_ID,VALVE_LOCK_STATE_T valve_lock_status); |
| | | void Lcd_WrcShow(FlagStatus wrc_running_status,ErrorStatus last_wrc_result,uint8_t flag_4g,uint8_t signal_intensity); |
| | | void Lcd_WaringShow(uint8_t list_cnt,uint8_t sec_bcd); |
| | | void Lcd_BillingShow(uint8_t bill_mode,uint8_t ladder_now); |
| | | |
| | | |
| | | void Lcd_Battery(float alka_vcc,float lith_vcc); |
| | | void Lcd_NormalPage_1(float instant_sc,double cumulate_sc); |
| | | void Lcd_NormalPage_2(float price,float balance,uint8_t price_mode); |
| | | void Lcd_NormalPage_3(float temp,double cumulate_sc); |
| | |
| | | |
| | | void Lcd_SuccErrPage(ErrorStatus_STM32 result_flag_flag); |
| | | |
| | | void Lcd_MediumShow(MEDIA_STATUS media_state); |
| | | void Lcd_BacksetShow(uint8_t flow_direction); |
| | | void Lcd_ValveShow(VALVE_STATE_T valve_state,SYS_ALARM_VALVE_T cl_valve_cause,uint8_t valve_lock); |
| | | void Lcd_WaringShow_New(uint8_t list_cnt,uint8_t sec_bcd); |
| | | void Lcd_WarningShow(SYS_ALARM_VALVE_T * warning_state,SYS_ALARM_VALVE_T * claer_state); |
| | | void Lcd_GprsShow(uint8_t gprs_state,uint8_t flag_4g,uint8_t signal_intensity); |
| | | void Lcd_BillingShow(uint8_t bill_flag,uint8_t bill_mode,uint8_t price_mode); |
| | | void Lcd_ModeFlagActiveShow(SYS_SOME_FLAG_T * mode_flag_p); |
| | | |
| | | void Lcd_SecCorr_FixedShow(PARA_DISPLAY_PAGE sec_corr_fix); |
| | | void Lcd_SecCorr_ParaShow(PARA_DISPLAY_PAGE sec_corr_fix,SECOND_ORDER_CORR_T * sec_coor_set_p); |
| | | |
| | | #endif |