Skip to content

Commit

Permalink
🩹 Fix LCD_FOR_MELZI with Tronxy Melzi
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Dec 18, 2022
1 parent 8bf8836 commit c0045e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/sanguino/pins_MELZI_TRONXY.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0045e6

Please sign in to comment.