✏️ Fix LCD contrast typo (#25929)

This commit is contained in:
Andrew
2023-06-04 05:20:07 -04:00
committed by GitHub
parent f8c5152369
commit 1a2816284c
2 changed files with 1 additions and 2 deletions

View File

@@ -229,7 +229,7 @@ void GCodeParser::parse(char *p) {
}
#endif
} break;
} break;
#if ENABLED(GCODE_MOTION_MODES)

View File

@@ -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