Browse Source

More 3Drag controller patches.

Erik van der Zalm 12 years ago
parent
commit
26a441fc7d
1 changed files with 15 additions and 0 deletions
  1. 15
    0
      Marlin/pins.h

+ 15
- 0
Marlin/pins.h View File

496
     
496
     
497
       #endif
497
       #endif
498
     
498
     
499
+      #if MOTHERBOARD == 77 
500
+        #define BEEPER -1 
499
 
501
 
502
+        #define LCD_PINS_RS 27 
503
+        #define LCD_PINS_ENABLE 29 
504
+        #define LCD_PINS_D4 37 
505
+        #define LCD_PINS_D5 35 
506
+        #define LCD_PINS_D6 33 
507
+        #define LCD_PINS_D7 31 
508
+
509
+       //buttons 
510
+       #define BTN_EN1 16 
511
+       #define BTN_EN2 17 
512
+       #define BTN_ENC 23 //the click 
513
+
514
+    #endif 
500
     #else //old style panel with shift register
515
     #else //old style panel with shift register
501
       //arduino pin witch triggers an piezzo beeper
516
       //arduino pin witch triggers an piezzo beeper
502
       #define BEEPER 33		//No Beeper added
517
       #define BEEPER 33		//No Beeper added

Loading…
Cancel
Save