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