From 26a441fc7d8389cc8506e4df9c514a83c897878e Mon Sep 17 00:00:00 2001
From: Erik van der Zalm <erik@vdzalm.eu>
Date: Mon, 10 Jun 2013 18:26:15 +0200
Subject: [PATCH] More 3Drag controller patches.

---
 Marlin/pins.h | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/Marlin/pins.h b/Marlin/pins.h
index ee0e3db61f..ead9c9330b 100644
--- a/Marlin/pins.h
+++ b/Marlin/pins.h
@@ -496,7 +496,22 @@
     
       #endif
     
+      #if MOTHERBOARD == 77 
+        #define BEEPER -1 
 
+        #define LCD_PINS_RS 27 
+        #define LCD_PINS_ENABLE 29 
+        #define LCD_PINS_D4 37 
+        #define LCD_PINS_D5 35 
+        #define LCD_PINS_D6 33 
+        #define LCD_PINS_D7 31 
+
+       //buttons 
+       #define BTN_EN1 16 
+       #define BTN_EN2 17 
+       #define BTN_ENC 23 //the click 
+
+    #endif 
     #else //old style panel with shift register
       //arduino pin witch triggers an piezzo beeper
       #define BEEPER 33		//No Beeper added
-- 
GitLab