Bladeren bron

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 jaren geleden
bovenliggende
commit
be37c38aa2
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2
    2
      config/examples/Creality/Ender-2/Configuration.h

+ 2
- 2
config/examples/Creality/Ender-2/Configuration.h Bestand weergeven

@@ -1882,7 +1882,7 @@
1882 1882
 // MakerLab Mini Panel with graphic
1883 1883
 // controller and SD support - http://reprap.org/wiki/Mini_panel
1884 1884
 //
1885
-#define MINIPANEL
1885
+//#define MINIPANEL
1886 1886
 
1887 1887
 //
1888 1888
 // MaKr3d Makr-Panel with graphic controller and SD support.
@@ -1942,7 +1942,7 @@
1942 1942
 // MKS MINI12864 with graphic controller and SD support
1943 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 1948
 // FYSETC variant of the MINI12864 graphic controller with SD support

Laden…
Annuleren
Opslaan