Add Creality3D RAMPS pins definitions (#12229)
This commit is contained in:
committed by
Scott Lahteine
parent
5580773191
commit
ad60f0691c
@ -53,6 +53,10 @@
|
||||
#define LCD_PINS_D4 30 // ST9720 CLK
|
||||
#define FIL_RUNOUT_PIN -1 // Uses Beeper/LED Pin Pulled to GND
|
||||
|
||||
#if DISABLED(SPEAKER) && ENABLED(BLTOUCH)
|
||||
#define SERVO0_PIN 27
|
||||
#endif
|
||||
|
||||
// Alter timing for graphical display
|
||||
#ifndef ST7920_DELAY_1
|
||||
#define ST7920_DELAY_1 DELAY_NS(125)
|
||||
|
Reference in New Issue
Block a user