More refactoring
Lots of things removed but compiles again
This commit is contained in:
11
source/lcd.c
11
source/lcd.c
@@ -204,18 +204,7 @@ void Display_Update(void)
|
||||
LCD_Clear(); //clear the frameBuffer
|
||||
|
||||
Display_USB_Status();
|
||||
if((!Check_For_Clamp_New()) && Display_warning_tmr == 0)
|
||||
Display_Over_Voltage_Status();
|
||||
|
||||
Display_Tx_Status();
|
||||
|
||||
//Display_OnScreen_Diagnostics(); // temporary for debug
|
||||
|
||||
#if 0 //info
|
||||
if(Diag_Flag)
|
||||
Display_OnScreen_Diagnostics();
|
||||
|
||||
#endif
|
||||
LCD_Update();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user