Fix Printrboard pins for parity with 2.0
This commit is contained in:
parent
aa616cd410
commit
f27196214b
2 changed files with 46 additions and 65 deletions
|
|
@ -129,8 +129,6 @@
|
|||
// LCD / Controller
|
||||
//
|
||||
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
|
||||
// we have no buzzer installed
|
||||
#define BEEPER_PIN -1
|
||||
|
||||
// LCD Pins
|
||||
#if ENABLED(LCD_I2C_PANELOLU2)
|
||||
|
|
@ -144,9 +142,6 @@
|
|||
#define BTN_ENC 12 // C2 JP11-14
|
||||
#endif
|
||||
|
||||
// not connected
|
||||
#define SD_DETECT_PIN -1
|
||||
|
||||
#define LCD_PINS_RS 9 // E1 JP11-11
|
||||
#define LCD_PINS_ENABLE 8 // E0 JP11-10
|
||||
#define LCD_PINS_D4 7 // D7 JP11-8
|
||||
|
|
@ -169,7 +164,6 @@
|
|||
#define BTN_ENC 45 // F7 TDI JP2-12
|
||||
|
||||
#define SDSS 43 // F5 TMS JP2-8
|
||||
#define SD_DETECT_PIN -1
|
||||
|
||||
#define STAT_LED_RED_PIN 12 // C2 JP11-14
|
||||
#define STAT_LED_BLUE_PIN 10 // C0 JP11-12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue