Browse Source

Fix 5194

I have been a bit too radical in cleaning up this section.
AnHardt 7 years ago
parent
commit
61f15ef7e7
2 changed files with 1 additions and 3 deletions
  1. 1
    0
      Marlin/ultralcd.cpp
  2. 0
    3
      Marlin/ultralcd_impl_DOGM.h

+ 1
- 0
Marlin/ultralcd.cpp View File

@@ -3090,6 +3090,7 @@ void lcd_update() {
3090 3090
           drawing_screen = 1;
3091 3091
         }
3092 3092
         lcd_setFont(FONT_MENU);
3093
+        u8g.setColorIndex(1);
3093 3094
         CURRENTSCREEN();
3094 3095
         if (drawing_screen && (drawing_screen = u8g.nextPage())) {
3095 3096
           NOLESS(max_display_update_time, millis() - ms);

+ 0
- 3
Marlin/ultralcd_impl_DOGM.h View File

@@ -383,9 +383,6 @@ static void lcd_implementation_status_screen() {
383 383
 
384 384
   bool blink = lcd_blink();
385 385
 
386
-  // Black color, white background
387
-  u8g.setColorIndex(1);
388
-
389 386
   // Status Menu Font
390 387
   lcd_setFont(FONT_STATUSMENU);
391 388
 

Loading…
Cancel
Save