Skip to content

Commit

Permalink
hax for ender2 from MarlinFirmware#25204
Browse files Browse the repository at this point in the history
  • Loading branch information
invisiblek committed Jan 17, 2023
1 parent ef1e4bd commit 7923735
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
//
// For the stock CR-10 enable CR10_STOCKDISPLAY in Configuration.h
//
#if ENABLED(CR10_STOCKDISPLAY)
#if EITHER(CR10_STOCKDISPLAY, ENDER2_STOCKDISPLAY)
#define DOGLCD_CS LCD_PINS_RS
#define DOGLCD_A0 LCD_PINS_D4

#define LCD_SDSS 31 // Smart Controller SD card reader (rather than the Melzi)
#define LCD_PINS_RS 28 // ST9720 CS
#define LCD_PINS_ENABLE 17 // ST9720 DAT
Expand Down

0 comments on commit 7923735

Please sign in to comment.