mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
🔧 Update LCD with NeoPixel Contrast (#25893)
This commit is contained in:
parent
6044cb9955
commit
49134a9467
1 changed files with 2 additions and 2 deletions
|
@ -472,8 +472,8 @@
|
||||||
#elif EITHER(MKS_MINI_12864, ENDER2_STOCKDISPLAY)
|
#elif EITHER(MKS_MINI_12864, ENDER2_STOCKDISPLAY)
|
||||||
#define _LCD_CONTRAST_MIN 120
|
#define _LCD_CONTRAST_MIN 120
|
||||||
#define _LCD_CONTRAST_INIT 195
|
#define _LCD_CONTRAST_INIT 195
|
||||||
#elif EITHER(MKS_MINI_12864_V3, BTT_MINI_12864_V1)
|
#elif ENABLED(FYSETC_MINI_12864_2_1)
|
||||||
#define _LCD_CONTRAST_MIN 255
|
#define _LCD_CONTRAST_MIN 230
|
||||||
#define _LCD_CONTRAST_INIT 255
|
#define _LCD_CONTRAST_INIT 255
|
||||||
#elif ENABLED(FYSETC_MINI_12864)
|
#elif ENABLED(FYSETC_MINI_12864)
|
||||||
#define _LCD_CONTRAST_MIN 180
|
#define _LCD_CONTRAST_MIN 180
|
||||||
|
|
Loading…
Reference in a new issue