소스 검색

Merge branch 'lcd-width' into b-

AnHardt 9 년 전
부모
커밋
33f8580255
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h 파일 보기

@@ -710,7 +710,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
710 710
   #define SDSUPPORT
711 711
   #define ULTRA_LCD
712 712
   #ifdef DOGLCD // Change number of lines to match the DOG graphic display
713
-    #define LCD_WIDTH 20
713
+    #define LCD_WIDTH 22
714 714
     #define LCD_HEIGHT 5
715 715
   #else
716 716
     #define LCD_WIDTH 20
@@ -719,7 +719,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
719 719
 #else //no panel but just LCD
720 720
   #ifdef ULTRA_LCD
721 721
   #ifdef DOGLCD // Change number of lines to match the 128x64 graphics display
722
-    #define LCD_WIDTH 20
722
+    #define LCD_WIDTH 22
723 723
     #define LCD_HEIGHT 5
724 724
   #else
725 725
     #define LCD_WIDTH 16

Loading…
취소
저장