浏览代码

More 3Drag controller patches.

Erik van der Zalm 12 年前
父节点
当前提交
26a441fc7d
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15
    0
      Marlin/pins.h

+ 15
- 0
Marlin/pins.h 查看文件

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

正在加载...
取消
保存