|
@@ -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
|