Просмотр исходного кода

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.
Emilio Moretti 6 лет назад
Родитель
Сommit
be37c38aa2
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      config/examples/Creality/Ender-2/Configuration.h

+ 2
- 2
config/examples/Creality/Ender-2/Configuration.h Просмотреть файл

1882
 // MakerLab Mini Panel with graphic
1882
 // MakerLab Mini Panel with graphic
1883
 // controller and SD support - http://reprap.org/wiki/Mini_panel
1883
 // controller and SD support - http://reprap.org/wiki/Mini_panel
1884
 //
1884
 //
1885
-#define MINIPANEL
1885
+//#define MINIPANEL
1886
 
1886
 
1887
 //
1887
 //
1888
 // MaKr3d Makr-Panel with graphic controller and SD support.
1888
 // MaKr3d Makr-Panel with graphic controller and SD support.
1942
 // MKS MINI12864 with graphic controller and SD support
1942
 // MKS MINI12864 with graphic controller and SD support
1943
 // https://reprap.org/wiki/MKS_MINI_12864
1943
 // https://reprap.org/wiki/MKS_MINI_12864
1944
 //
1944
 //
1945
-//#define MKS_MINI_12864
1945
+#define MKS_MINI_12864
1946
 
1946
 
1947
 //
1947
 //
1948
 // FYSETC variant of the MINI12864 graphic controller with SD support
1948
 // FYSETC variant of the MINI12864 graphic controller with SD support

Загрузка…
Отмена
Сохранить