瀏覽代碼

Merge branch 'lcd-width' into b-

AnHardt 10 年之前
父節點
當前提交
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…
取消
儲存