From 1e66cc39c2b467d7abb65d5c012ca57c4b20b5e9 Mon Sep 17 00:00:00 2001
From: sgparry <sgparry@mainscreen.com>
Date: Sun, 26 Jun 2022 07:49:57 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20LCD=20contrast=20with=20K8?=
 =?UTF-8?q?800=20board?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Marlin/src/pins/ramps/pins_K8800.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Marlin/src/pins/ramps/pins_K8800.h b/Marlin/src/pins/ramps/pins_K8800.h
index f1362ec61d3..17bb59fdc9d 100644
--- a/Marlin/src/pins/ramps/pins_K8800.h
+++ b/Marlin/src/pins/ramps/pins_K8800.h
@@ -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