ソースを参照

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年前
コミット
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

読み込み中…
キャンセル
保存