Browse Source

Merge branch 'lcd-width' into b-

AnHardt 10 years ago
parent
commit
33f8580255
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h View File

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

Loading…
Cancel
Save