Patch compile error for RAMPS LCD pins

This commit is contained in:
Scott Lahteine 2016-07-17 12:04:43 -07:00
parent 94955a8bf7
commit 5e3d3918b6

View File

@ -149,19 +149,21 @@
#define LCD_PINS_D6 44 #define LCD_PINS_D6 44
#define LCD_PINS_D7 64 #define LCD_PINS_D7 64
#else #else
#define BEEPER_PIN 33
#define LCD_PINS_RS 16 #define LCD_PINS_RS 16
#define LCD_PINS_ENABLE 17 #define LCD_PINS_ENABLE 17
#define LCD_PINS_D4 23 #define LCD_PINS_D4 23
#define LCD_PINS_D5 25 #define LCD_PINS_D5 25
#define LCD_PINS_D6 27 #define LCD_PINS_D6 27
#define LCD_PINS_D7 29 #define LCD_PINS_D7 29
// Buttons are attached to a shift register #if DISABLED(NEWPANEL)
// Not wired yet #define BEEPER_PIN 33
//#define SHIFT_CLK 38 // Buttons are attached to a shift register
//#define SHIFT_LD 42 // Not wired yet
//#define SHIFT_OUT 40 //#define SHIFT_CLK 38
//#define SHIFT_EN 17 //#define SHIFT_LD 42
//#define SHIFT_OUT 40
//#define SHIFT_EN 17
#endif
#endif #endif
#if ENABLED(NEWPANEL) #if ENABLED(NEWPANEL)