Fix 5194
I have been a bit too radical in cleaning up this section.
This commit is contained in:
parent
1a26ce1cdc
commit
61f15ef7e7
@ -3090,6 +3090,7 @@ void lcd_update() {
|
||||
drawing_screen = 1;
|
||||
}
|
||||
lcd_setFont(FONT_MENU);
|
||||
u8g.setColorIndex(1);
|
||||
CURRENTSCREEN();
|
||||
if (drawing_screen && (drawing_screen = u8g.nextPage())) {
|
||||
NOLESS(max_display_update_time, millis() - ms);
|
||||
|
@ -383,9 +383,6 @@ static void lcd_implementation_status_screen() {
|
||||
|
||||
bool blink = lcd_blink();
|
||||
|
||||
// Black color, white background
|
||||
u8g.setColorIndex(1);
|
||||
|
||||
// Status Menu Font
|
||||
lcd_setFont(FONT_STATUSMENU);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user