Browse Source

Merge pull request #559 from iXce/panelolupinsramps13

Add Panelolu2 pins for RAMPS1.3
ErikZalm 12 years ago
parent
commit
a55b33e613
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      Marlin/pins.h

+ 8
- 0
Marlin/pins.h View File

485
         #define BTN_ENC 35
485
         #define BTN_ENC 35
486
 
486
 
487
         #define SDCARDDETECT 49
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
       #else
496
       #else
489
         //arduino pin which triggers an piezzo beeper
497
         //arduino pin which triggers an piezzo beeper
490
         #define BEEPER 33  // Beeper on AUX-4
498
         #define BEEPER 33  // Beeper on AUX-4

Loading…
Cancel
Save