Skip to content

Commit c0045e6

Browse files
committed
🩹 Fix LCD_FOR_MELZI with Tronxy Melzi
1 parent 8bf8836 commit c0045e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/pins/sanguino/pins_MELZI_TRONXY.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
#define LCD_SDSS -1
3333

34-
#if ENABLED(CR10_STOCKDISPLAY)
34+
#if EITHER(CR10_STOCKDISPLAY, LCD_FOR_MELZI)
3535
#define LCD_PINS_RS 30
3636
#define LCD_PINS_ENABLE 28
3737
#define LCD_PINS_D4 16

0 commit comments

Comments
 (0)