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
   #define SDSUPPORT
709
   #define SDSUPPORT
710
   #define ULTRA_LCD
710
   #define ULTRA_LCD
711
   #ifdef DOGLCD // Change number of lines to match the DOG graphic display
711
   #ifdef DOGLCD // Change number of lines to match the DOG graphic display
712
-    #define LCD_WIDTH 20
712
+    #define LCD_WIDTH 22
713
     #define LCD_HEIGHT 5
713
     #define LCD_HEIGHT 5
714
   #else
714
   #else
715
     #define LCD_WIDTH 20
715
     #define LCD_WIDTH 20
718
 #else //no panel but just LCD
718
 #else //no panel but just LCD
719
   #ifdef ULTRA_LCD
719
   #ifdef ULTRA_LCD
720
   #ifdef DOGLCD // Change number of lines to match the 128x64 graphics display
720
   #ifdef DOGLCD // Change number of lines to match the 128x64 graphics display
721
-    #define LCD_WIDTH 20
721
+    #define LCD_WIDTH 22
722
     #define LCD_HEIGHT 5
722
     #define LCD_HEIGHT 5
723
   #else
723
   #else
724
     #define LCD_WIDTH 16
724
     #define LCD_WIDTH 16

Loading…
Cancel
Save