From eff6c407a5034778297ef76c3369abc7506c0603 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sat, 17 Dec 2022 22:00:18 -0600
Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20LCD=5FFOR=5FMELZI=20with?=
 =?UTF-8?q?=20Tronxy=20Melzi?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Marlin/src/pins/sanguino/pins_MELZI_TRONXY.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/src/pins/sanguino/pins_MELZI_TRONXY.h b/Marlin/src/pins/sanguino/pins_MELZI_TRONXY.h
index 19649a4ea52..aecad10dabf 100644
--- a/Marlin/src/pins/sanguino/pins_MELZI_TRONXY.h
+++ b/Marlin/src/pins/sanguino/pins_MELZI_TRONXY.h
@@ -31,7 +31,7 @@
 
 #define LCD_SDSS                              -1
 
-#if ENABLED(CR10_STOCKDISPLAY)
+#if EITHER(CR10_STOCKDISPLAY, LCD_FOR_MELZI)
   #define LCD_PINS_RS                         30
   #define LCD_PINS_ENABLE                     28
   #define LCD_PINS_D4                         16