|
@@ -1837,7 +1837,7 @@
|
1837
|
1837
|
#if ENABLED(ULTIMAKERCONTROLLER) || ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL) || ENABLED(MKS_MINI_12864)
|
1838
|
1838
|
#define SDSUPPORT // Force SD Card support on for these displays
|
1839
|
1839
|
#elif ENABLED(ULTRA_LCD) && ENABLED(DOGLCD) // No panel, just graphical LCD?
|
1840
|
|
- #define LCD_WIDTH 20 // Default is 22. For this Geeetech use 20
|
|
1840
|
+ #define LCD_WIDTH_OVERRIDE 20 // Default is 22. For this Geeetech use 20
|
1841
|
1841
|
#endif
|
1842
|
1842
|
|
1843
|
1843
|
#endif // CONFIGURATION_H
|