Skip to content

Commit

Permalink
Patch compile error for RAMPS LCD pins
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jul 17, 2016
1 parent 94955a8 commit 5e3d391
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Marlin/pins_RAMPS_14.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,19 +149,21 @@
#define LCD_PINS_D6 44
#define LCD_PINS_D7 64
#else
#define BEEPER_PIN 33
#define LCD_PINS_RS 16
#define LCD_PINS_ENABLE 17
#define LCD_PINS_D4 23
#define LCD_PINS_D5 25
#define LCD_PINS_D6 27
#define LCD_PINS_D7 29
// Buttons are attached to a shift register
// Not wired yet
//#define SHIFT_CLK 38
//#define SHIFT_LD 42
//#define SHIFT_OUT 40
//#define SHIFT_EN 17
#if DISABLED(NEWPANEL)
#define BEEPER_PIN 33
// Buttons are attached to a shift register
// Not wired yet
//#define SHIFT_CLK 38
//#define SHIFT_LD 42
//#define SHIFT_OUT 40
//#define SHIFT_EN 17
#endif
#endif

#if ENABLED(NEWPANEL)
Expand Down

0 comments on commit 5e3d391

Please sign in to comment.