Skip to content

Commit

Permalink
Try MKS_MINI_12864 too
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jan 22, 2023
1 parent 3821cbd commit cbee358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
//
// LCD / Controller
//
#if EITHER(CR10_STOCKDISPLAY, ENDER2_STOCKDISPLAY)
#if ANY(MKS_MINI_12864, CR10_STOCKDISPLAY, ENDER2_STOCKDISPLAY)
#if ENABLED(CR10_STOCKDISPLAY)
#define LCD_PINS_RS 28 // ST9720 CS
#define LCD_PINS_ENABLE 17 // ST9720 DAT
#define LCD_PINS_D4 30 // ST9720 CLK
#elif ENABLED(ENDER2_STOCKDISPLAY)
#elif EITHER(MKS_MINI_12864, ENDER2_STOCKDISPLAY)
#define DOGLCD_CS 28
#define DOGLCD_A0 30
#endif
Expand Down

0 comments on commit cbee358

Please sign in to comment.