Browse Source

Add Panelolu2 pins for RAMPS1.3

Guillaume Seguin 12 years ago
parent
commit
1902d339b0
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      Marlin/pins.h

+ 8
- 0
Marlin/pins.h View File

@@ -485,6 +485,14 @@
485 485
         #define BTN_ENC 35
486 486
 
487 487
         #define SDCARDDETECT 49
488
+      #elif defined(LCD_I2C_PANELOLU2)
489
+        #define BTN_EN1 47  //reverse if the encoder turns the wrong way.
490
+        #define BTN_EN2 43
491
+        #define BTN_ENC 32
492
+        #define SDSS 53
493
+        #define SDCARDDETECT -1
494
+        #define KILL_PIN 41
495
+        #define FAN_PIN 45
488 496
       #else
489 497
         //arduino pin which triggers an piezzo beeper
490 498
         #define BEEPER 33  // Beeper on AUX-4

Loading…
Cancel
Save