mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
🩹 Fix LCD_FOR_MELZI with Tronxy Melzi
This commit is contained in:
parent
8bf8836cb4
commit
c0045e6c0c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue