Bläddra i källkod

More 3Drag controller patches.

Erik van der Zalm 12 år sedan
förälder
incheckning
26a441fc7d
1 ändrade filer med 15 tillägg och 0 borttagningar
  1. 15
    0
      Marlin/pins.h

+ 15
- 0
Marlin/pins.h Visa fil

@@ -496,7 +496,22 @@
496 496
     
497 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 515
     #else //old style panel with shift register
501 516
       //arduino pin witch triggers an piezzo beeper
502 517
       #define BEEPER 33		//No Beeper added

Laddar…
Avbryt
Spara