✏️ Fix LCD contrast typo (#25929)
This commit is contained in:
@@ -229,7 +229,7 @@ void GCodeParser::parse(char *p) {
|
||||
}
|
||||
#endif
|
||||
|
||||
} break;
|
||||
} break;
|
||||
|
||||
#if ENABLED(GCODE_MOTION_MODES)
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user