Creality pins spacing, MINIPANEL CS pin
This commit is contained in:
parent
b27bc67271
commit
772298257b
|
@ -48,17 +48,22 @@
|
||||||
#undef LCD_PINS_D7
|
#undef LCD_PINS_D7
|
||||||
#undef FIL_RUNOUT_PIN
|
#undef FIL_RUNOUT_PIN
|
||||||
|
|
||||||
#define LCD_SDSS 31 // Smart Controller SD card reader (rather than the Melzi)
|
#define LCD_SDSS 31 // Smart Controller SD card reader (rather than the Melzi)
|
||||||
#define LCD_PINS_RS 28 // st9720 CS
|
#define LCD_PINS_RS 28 // st9720 CS
|
||||||
#define LCD_PINS_ENABLE 17 // st9720 DAT
|
#define LCD_PINS_ENABLE 17 // st9720 DAT
|
||||||
#define LCD_PINS_D4 30 // st9720 CLK
|
#define LCD_PINS_D4 30 // st9720 CLK
|
||||||
#define FIL_RUNOUT_PIN -1 // Uses Beeper/LED Pin Pulled to GND
|
#define FIL_RUNOUT_PIN -1 // Uses Beeper/LED Pin Pulled to GND
|
||||||
|
|
||||||
// Alter timing for graphical display
|
// Alter timing for graphical display
|
||||||
#define ST7920_DELAY_1 DELAY_2_NOP
|
#define ST7920_DELAY_1 DELAY_2_NOP
|
||||||
#define ST7920_DELAY_2 DELAY_2_NOP
|
#define ST7920_DELAY_2 DELAY_2_NOP
|
||||||
#define ST7920_DELAY_3 DELAY_2_NOP
|
#define ST7920_DELAY_3 DELAY_2_NOP
|
||||||
|
|
||||||
|
#if ENABLED(MINIPANEL)
|
||||||
|
#undef DOGLCD_CS
|
||||||
|
#define DOGLCD_CS LCD_PINS_RS
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
PIN: 0 Port: B0 E0_DIR_PIN protected
|
PIN: 0 Port: B0 E0_DIR_PIN protected
|
||||||
PIN: 1 Port: B1 E0_STEP_PIN protected
|
PIN: 1 Port: B1 E0_STEP_PIN protected
|
||||||
|
|
Loading…
Reference in a new issue