Browse Source

Fix 5194

I have been a bit too radical in cleaning up this section.
AnHardt 8 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
           drawing_screen = 1;
3090
           drawing_screen = 1;
3091
         }
3091
         }
3092
         lcd_setFont(FONT_MENU);
3092
         lcd_setFont(FONT_MENU);
3093
+        u8g.setColorIndex(1);
3093
         CURRENTSCREEN();
3094
         CURRENTSCREEN();
3094
         if (drawing_screen && (drawing_screen = u8g.nextPage())) {
3095
         if (drawing_screen && (drawing_screen = u8g.nextPage())) {
3095
           NOLESS(max_display_update_time, millis() - ms);
3096
           NOLESS(max_display_update_time, millis() - ms);

+ 0
- 3
Marlin/ultralcd_impl_DOGM.h View File

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

Loading…
Cancel
Save