Browse Source

🩹 Fix LCD contrast with K8800 board

sgparry 3 years ago
parent
commit
1e66cc39c2
No account linked to committer's email address
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Marlin/src/pins/ramps/pins_K8800.h

+ 0
- 3
Marlin/src/pins/ramps/pins_K8800.h View File

@@ -105,9 +105,6 @@
105 105
   #define LCD_PINS_D6                         33
106 106
   #define LCD_PINS_D7                         31
107 107
 
108
-  #define LCD_CONTRAST_MIN                     0
109
-  #define LCD_CONTRAST_MAX                   100
110
-  #define LCD_CONTRAST_INIT                   30
111 108
   //#define LCD_SCREEN_ROTATE                180  // 0, 90, 180, 270
112 109
 
113 110
   #if IS_NEWPANEL

Loading…
Cancel
Save