mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-01 12:27:13 +00:00
✏️ Fix LCD contrast typo (#25929)
This commit is contained in:
parent
f8c5152369
commit
1a2816284c
2 changed files with 1 additions and 2 deletions
Marlin/src/inc
|
@ -474,7 +474,6 @@
|
|||
#define _LCD_CONTRAST_INIT 195
|
||||
#elif ENABLED(FYSETC_MINI_12864_2_1)
|
||||
#define _LCD_CONTRAST_MIN 230
|
||||
#define _LCD_CONTRAST_MIN 255
|
||||
#define _LCD_CONTRAST_INIT 255
|
||||
#elif ENABLED(FYSETC_MINI_12864)
|
||||
#define _LCD_CONTRAST_MIN 180
|
||||
|
|
Loading…
Reference in a new issue