Skip to content

Commit

Permalink
✏️ Fix LCD contrast typo (#25929)
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 authored Jun 4, 2023
1 parent f8c5152 commit 1a28162
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ void GCodeParser::parse(char *p) {
}
#endif

} break;
} break;

#if ENABLED(GCODE_MOTION_MODES)

Expand Down
1 change: 0 additions & 1 deletion Marlin/src/inc/Conditionals_post.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a28162

Please sign in to comment.