Browse Source

Merge pull request #1459 from AnHardt/lcd-width

Adjust LCD_WIDTH to make better use of DOGM LCDs 2
Scott Lahteine 9 years ago
parent
commit
86c0583525
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h View File

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

Loading…
Cancel
Save