File tree Expand file tree Collapse file tree 2 files changed +21
-18
lines changed Expand file tree Collapse file tree 2 files changed +21
-18
lines changed Original file line number Diff line number Diff line change 193
193
#define SD_DETECT_PIN AUX2_08
194
194
#endif
195
195
196
+ #elif IS_RRD_FG_SC && !defined(LCD_PINS_EN )
197
+
198
+ // RepRap Discount Full Graphics Smart Controller and compatible
199
+
200
+ #define BEEPER_PIN EXP1_01_PIN
201
+
202
+ #define BTN_ENC EXP1_02_PIN
203
+ #define BTN_EN1 EXP2_05_PIN
204
+ #define BTN_EN2 EXP2_03_PIN
205
+
206
+ #define LCD_PINS_EN EXP1_03_PIN
207
+ #define LCD_PINS_RS EXP1_04_PIN
208
+ #define LCD_PINS_D4 EXP1_05_PIN
209
+
210
+ #ifndef SDSS
211
+ #define SDSS EXP2_04_PIN
212
+ #endif
213
+ #ifndef SD_DETECT_PIN
214
+ #define SD_DETECT_PIN EXP2_07_PIN
215
+ #endif
216
+
196
217
#else
197
218
198
219
// More displays to come
Original file line number Diff line number Diff line change 260
260
261
261
#endif
262
262
263
- /**
264
- * ====================================================================
265
- * =============== Alternative RepRapDiscount Wiring ==================
266
- * ====================================================================
267
- *
268
- * An alternative wiring scheme for the RepRapDiscount Full Graphics Display is
269
- * published by oderwat on Thingiverse at https://www.thingiverse.com/thing:2103748.
270
- *
271
- * Using that adapter requires changing the pin definition as follows:
272
- * #define SERVO0_PIN 27 // free for BLTouch/3D-Touch
273
- * #define BEEPER_PIN 28
274
- * #define LCD_PINS_RS 30
275
- * #define LCD_PINS_EN 29
276
- * #define LCD_PINS_D4 17
277
- *
278
- * The BLTouch pin becomes LCD:3
279
- */
280
-
281
263
/**
282
264
* ====================================================================
283
265
* ===================== LCD PINOUTS ==================================
You can’t perform that action at this time.
0 commit comments