Fix Ender-2 LCD contrast

Changed the default to overcome the changes in:
5018fdacbe
This commit exposed a bug because the Ender-2 was using a MINIPANEL lcd
and getting default values that were too low, so the text was too weak.
However, the panel should be MKS_MINI_12864, since it
explicitly sets the correct contrast without relying in the defaults.
This commit is contained in:
Emilio Moretti 2019-07-08 11:03:50 -03:00 committed by Scott Lahteine
parent ba22857f93
commit be37c38aa2

View file

@ -1882,7 +1882,7 @@
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - http://reprap.org/wiki/Mini_panel // controller and SD support - http://reprap.org/wiki/Mini_panel
// //
#define MINIPANEL //#define MINIPANEL
// //
// MaKr3d Makr-Panel with graphic controller and SD support. // MaKr3d Makr-Panel with graphic controller and SD support.
@ -1942,7 +1942,7 @@
// MKS MINI12864 with graphic controller and SD support // MKS MINI12864 with graphic controller and SD support
// https://reprap.org/wiki/MKS_MINI_12864 // https://reprap.org/wiki/MKS_MINI_12864
// //
//#define MKS_MINI_12864 #define MKS_MINI_12864
// //
// FYSETC variant of the MINI12864 graphic controller with SD support // FYSETC variant of the MINI12864 graphic controller with SD support