0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-31 22:20:56 +00:00

🩹 Fix LCD contrast with K8800 board

This commit is contained in:
sgparry 2022-06-26 07:49:57 +01:00 committed by GitHub
parent 2266f1ad67
commit 1e66cc39c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,9 +105,6 @@
#define LCD_PINS_D6 33
#define LCD_PINS_D7 31
#define LCD_CONTRAST_MIN 0
#define LCD_CONTRAST_MAX 100
#define LCD_CONTRAST_INIT 30
//#define LCD_SCREEN_ROTATE 180 // 0, 90, 180, 270
#if IS_NEWPANEL