|
|
|
@ -248,12 +248,12 @@
|
|
|
|
|
#define DOGLCD_CS 63 // J5-3 & AUX-2
|
|
|
|
|
|
|
|
|
|
#ifdef ULTIPANEL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define LCD_PINS_D5 71 // ENET_MDIO
|
|
|
|
|
#define LCD_PINS_D6 73 // ENET_RX_ER
|
|
|
|
|
#define LCD_PINS_D7 75 // ENET_RXD1
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(NEWPANEL)
|
|
|
|
|
#if ENABLED(REPRAPWORLD_KEYPAD)
|
|
|
|
|
#define SHIFT_OUT 51 // (MOSI) J3-10 & AUX-3
|
|
|
|
@ -287,12 +287,12 @@
|
|
|
|
|
|
|
|
|
|
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
|
|
|
|
|
// #define LCD_SCREEN_ROT_180
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define SOFTWARE_SPI // temp to see if it fixes the "not found" error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#undef BEEPER_PIN
|
|
|
|
|
#define BEEPER_PIN 37 // may change if cable changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define BTN_EN1 31 // J3-2 & AUX-4
|
|
|
|
|
#define BTN_EN2 33 // J3-4 & AUX-4
|
|
|
|
|
#define BTN_ENC 35 // J3-3 & AUX-4
|
|
|
|
@ -301,7 +301,7 @@
|
|
|
|
|
#define KILL_PIN 41 // J5-4 & AUX-4
|
|
|
|
|
|
|
|
|
|
#undef DOGLCD_CS
|
|
|
|
|
#define DOGLCD_CS 16
|
|
|
|
|
#define DOGLCD_CS 16
|
|
|
|
|
#undef LCD_BACKLIGHT_PIN //16 // J3-7 & AUX-4 - only used on DOGLCD controllers
|
|
|
|
|
#undef LCD_PINS_ENABLE //51 // (MOSI) J3-10 & AUX-3
|
|
|
|
|
#undef LCD_PINS_D4 //52 // (SCK) J3-9 & AUX-3
|
|
|
|
@ -310,9 +310,9 @@
|
|
|
|
|
#define DOGLCD_A0 59 // J3-8 & AUX-2
|
|
|
|
|
#undef LCD_PINS_D6 //63 // J5-3 & AUX-2
|
|
|
|
|
#undef LCD_PINS_D7 //6 // (SERVO1) J5-1 & SERVO connector
|
|
|
|
|
#define DOGLCD_SCK SCK_PIN
|
|
|
|
|
#define DOGLCD_SCK SCK_PIN
|
|
|
|
|
#define DOGLCD_MOSI MOSI_PIN
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define STAT_LED_BLUE_PIN 63 // may change if cable changes
|
|
|
|
|
#define STAT_LED_RED_PIN 6 // may change if cable changes
|
|
|
|
|
#endif
|
|
|
|
@ -320,8 +320,8 @@
|
|
|
|
|
//#define MOSI_PIN 51 // system defined J3-10 & AUX-3
|
|
|
|
|
//#define SCK_PIN 52 // system defined J3-9 & AUX-3
|
|
|
|
|
//#define SS_PIN 53 // system defined J3-5 & AUX-3 - sometimes called SDSS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(MINIPANEL)
|
|
|
|
|
// GLCD features
|
|
|
|
|
//#define LCD_CONTRAST 190
|
|
|
|
|