|
@@ -104,50 +104,50 @@
|
104
|
104
|
//
|
105
|
105
|
// Heaters / Fans
|
106
|
106
|
//
|
107
|
|
-#define HEATER_0_PIN 9
|
108
|
|
-#define HEATER_1_PIN 7
|
109
|
|
-#define HEATER_BED_PIN 3
|
|
107
|
+#define HEATER_0_PIN 9
|
|
108
|
+#define HEATER_1_PIN 7
|
|
109
|
+#define HEATER_BED_PIN 3
|
110
|
110
|
|
111
|
|
-#define FAN_PIN 8
|
112
|
|
-#define FAN0_PIN 6
|
113
|
|
-#define FAN1_PIN 2
|
|
111
|
+#define FAN_PIN 8
|
|
112
|
+#define FAN0_PIN 6
|
|
113
|
+#define FAN1_PIN 2
|
114
|
114
|
|
115
|
|
-#define TEMP_0_PIN 0
|
116
|
|
-#define TEMP_BED_PIN 7
|
|
115
|
+#define TEMP_0_PIN 0
|
|
116
|
+#define TEMP_BED_PIN 7
|
117
|
117
|
|
118
|
|
-#define SDSS 53
|
119
|
|
-#define LED_PIN 13
|
120
|
|
-#define PS_ON_PIN 4
|
|
118
|
+#define SDSS 53
|
|
119
|
+#define LED_PIN 13
|
|
120
|
+#define PS_ON_PIN 4
|
121
|
121
|
|
122
|
122
|
//
|
123
|
123
|
// LCD / Controller
|
124
|
124
|
//
|
125
|
|
-#define LCD_PINS_RS 70 //ext2_5
|
126
|
|
-#define LCD_PINS_ENABLE 71 //ext2_7
|
127
|
|
-#define LCD_PINS_D4 72 ///////Ext2 9 ?
|
128
|
|
-#define LCD_PINS_D5 73 ///////Ext2 11 ?
|
129
|
|
-#define LCD_PINS_D6 74 //ext2_13
|
130
|
|
-#define LCD_PINS_D7 75 ///////Ext2 15 ?
|
131
|
|
-#define BEEPER_PIN -1
|
132
|
|
-
|
133
|
|
-#define BTN_HOME 80 //ext_16
|
134
|
|
-#define BTN_CENTER 81 //ext_14
|
135
|
|
-#define BTN_ENC BTN_CENTER
|
136
|
|
-#define BTN_RIGHT 82 //ext_12
|
137
|
|
-#define BTN_LEFT 83 //ext_10
|
138
|
|
-#define BTN_UP 84 //ext2_8
|
139
|
|
-#define BTN_DOWN 85 //ext2_6
|
140
|
|
-
|
141
|
|
-#define HOME_PIN BTN_HOME
|
|
125
|
+#define LCD_PINS_RS 70 //ext2_5
|
|
126
|
+#define LCD_PINS_ENABLE 71 //ext2_7
|
|
127
|
+#define LCD_PINS_D4 72 ///////Ext2 9 ?
|
|
128
|
+#define LCD_PINS_D5 73 ///////Ext2 11 ?
|
|
129
|
+#define LCD_PINS_D6 74 //ext2_13
|
|
130
|
+#define LCD_PINS_D7 75 ///////Ext2 15 ?
|
|
131
|
+#define BEEPER_PIN -1
|
|
132
|
+
|
|
133
|
+#define BTN_HOME 80 //ext_16
|
|
134
|
+#define BTN_CENTER 81 //ext_14
|
|
135
|
+#define BTN_ENC BTN_CENTER
|
|
136
|
+#define BTN_RIGHT 82 //ext_12
|
|
137
|
+#define BTN_LEFT 83 //ext_10
|
|
138
|
+#define BTN_UP 84 //ext2_8
|
|
139
|
+#define BTN_DOWN 85 //ext2_6
|
|
140
|
+
|
|
141
|
+#define HOME_PIN BTN_HOME
|
142
|
142
|
|
143
|
143
|
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
|
144
|
|
- #define BEEPER_PIN 44
|
|
144
|
+ #define BEEPER_PIN 44
|
145
|
145
|
// Pins for DOGM SPI LCD Support
|
146
|
|
- #define DOGLCD_A0 70
|
147
|
|
- #define DOGLCD_CS 71
|
|
146
|
+ #define DOGLCD_A0 70
|
|
147
|
+ #define DOGLCD_CS 71
|
148
|
148
|
#define LCD_SCREEN_ROT_180
|
149
|
149
|
|
150
|
|
- #define SD_DETECT_PIN -1 // Pin 72 if using easy adapter board
|
|
150
|
+ #define SD_DETECT_PIN -1 // Pin 72 if using easy adapter board
|
151
|
151
|
|
152
|
152
|
#define STAT_LED_RED_PIN 22
|
153
|
153
|
#define STAT_LED_BLUE_PIN 32
|