Skip to content

Commit

Permalink
also
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jun 4, 2023
1 parent 0413abc commit 6a35c0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/src/inc/Conditionals_post.h
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,9 @@
#define _LCD_CONTRAST_MIN 120
#define _LCD_CONTRAST_INIT 195
#elif ENABLED(FYSETC_MINI_12864_2_1)
#define _LCD_CONTRAST_MIN 127
#define _LCD_CONTRAST_INIT 230
#define _LCD_CONTRAST_MAX 255 // not sure what these should be defined, but it's close enough
#define _LCD_CONTRAST_MIN 230
#define _LCD_CONTRAST_INIT 255
#define _LCD_CONTRAST_MAX 255
#elif ENABLED(FYSETC_MINI_12864)
#define _LCD_CONTRAST_MIN 180
#define _LCD_CONTRAST_INIT 220
Expand Down

0 comments on commit 6a35c0c

Please sign in to comment.