Skip to content

Commit 863e263

Browse files
thinkyheadOmkar Dhekne
authored and
Omkar Dhekne
committed
🩹 Use LCD_CONTRAST_INIT in pins files
1 parent 1322b7f commit 863e263

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Marlin/src/pins/mega/pins_GT2560_REV_A.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127

128128
#define LCD_RESET_PIN 16
129129

130-
#define LCD_CONTRAST_DEFAULT 220
130+
#define LCD_CONTRAST_INIT 220
131131

132132
#define LCD_BACKLIGHT_PIN -1
133133
#else

Marlin/src/pins/ramps/pins_K8800.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108
#define LCD_CONTRAST_MIN 0
109109
#define LCD_CONTRAST_MAX 100
110-
#define LCD_CONTRAST_DEFAULT 30
110+
#define LCD_CONTRAST_INIT 30
111111
//#define LCD_SCREEN_ROTATE 180 // 0, 90, 180, 270
112112

113113
#if IS_NEWPANEL

Marlin/src/pins/stm32f4/pins_ARTILLERY_RUBY.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
#define NEOPIXEL_PIN PB9
158158
#endif
159159

160-
#define LCD_CONTRAST_DEFAULT 255
160+
#define LCD_CONTRAST_INIT 255
161161
#else
162162
#define LCD_PINS_RS PC15
163163
#define LCD_PINS_ENABLE PB6

0 commit comments

Comments
 (0)