1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-23 20:18:52 +00:00
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);