power up/down working for broadcast

This commit is contained in:
2025-06-25 14:49:12 -05:00
parent 2ff7291c63
commit 372e4941a2
11 changed files with 226 additions and 163 deletions

View File

@@ -198,16 +198,6 @@ void LCD_Init(void)
void Display_Update(void)
{
LCD_Clear(); //clear the frameBuffer
Display_USB_Status();
LCD_Update();
}
void LCD_PowerOff(void)