Skip to content

Commit

Permalink
🩹 Use LCD_CONTRAST_INIT in pins files
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and Jeremy Fairbanks committed Jul 18, 2022
1 parent e03d225 commit 3f43fee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/pins/mega/pins_GT2560_REV_A.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@

#define LCD_RESET_PIN 16

#define LCD_CONTRAST_DEFAULT 220
#define LCD_CONTRAST_INIT 220

#define LCD_BACKLIGHT_PIN -1
#else
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/ramps/pins_K8800.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

#define LCD_CONTRAST_MIN 0
#define LCD_CONTRAST_MAX 100
#define LCD_CONTRAST_DEFAULT 30
#define LCD_CONTRAST_INIT 30
//#define LCD_SCREEN_ROTATE 180 // 0, 90, 180, 270

#if IS_NEWPANEL
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_ARTILLERY_RUBY.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
#define NEOPIXEL_PIN PB9
#endif

#define LCD_CONTRAST_DEFAULT 255
#define LCD_CONTRAST_INIT 255
#else
#define LCD_PINS_RS PC15
#define LCD_PINS_ENABLE PB6
Expand Down

0 comments on commit 3f43fee

Please sign in to comment.