mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
🩹 LCD_CONTRAST => LCD_CONTRAST_INIT
This commit is contained in:
parent
13290e798b
commit
563296fc8b
2 changed files with 2 additions and 2 deletions
|
@ -334,7 +334,7 @@
|
|||
|
||||
#define LCD_BACKLIGHT_PIN -1
|
||||
#define NEOPIXEL_PIN EXP1_07_PIN
|
||||
#define LCD_CONTRAST 255
|
||||
#define LCD_CONTRAST_INIT 255
|
||||
|
||||
#define DOGLCD_CS EXP1_03_PIN
|
||||
#define DOGLCD_A0 EXP1_01_PIN
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
//
|
||||
// GLCD features
|
||||
//
|
||||
//#define LCD_CONTRAST 190
|
||||
//#define LCD_CONTRAST_INIT 190
|
||||
|
||||
//
|
||||
// Dcreen orientation
|
||||
|
|
Loading…
Reference in a new issue