소스 검색

Fix 5194

I have been a bit too radical in cleaning up this section.
AnHardt 7 년 전
부모
커밋
61f15ef7e7
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    0
      Marlin/ultralcd.cpp
  2. 0
    3
      Marlin/ultralcd_impl_DOGM.h

+ 1
- 0
Marlin/ultralcd.cpp 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장