I have been a bit too radical in cleaning up this section.
This commit is contained in:
AnHardt 2016-12-20 17:29:23 +01:00
parent 1a26ce1cdc
commit 61f15ef7e7
2 changed files with 1 additions and 3 deletions

View file

@ -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);

View file

@ -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);