🧑💻 Fix up some AUX / EXP pins (#23577)
This commit is contained in:
committed by
Scott Lahteine
parent
2142456a25
commit
2d032b734c
@ -186,7 +186,7 @@
|
||||
#ifdef GTM32_PRO_VB_USE_LCD_BEEPER
|
||||
// This is pin 32 on J2 FFC40 and pin, goes to the beeper
|
||||
// on Geeetech's version of RepRapDiscount Smart Controller
|
||||
// (e.g. on Rostock 301)
|
||||
// (e.g., on Rostock 301)
|
||||
#define BEEPER_PIN PE12
|
||||
#else
|
||||
// This is the beeper on the board itself
|
||||
|
@ -125,7 +125,7 @@
|
||||
//#define TEMP_0_CS_PIN PE6 // TC2 - CS2
|
||||
|
||||
//
|
||||
// Filament runout sensor
|
||||
// Filament Runout Sensor
|
||||
//
|
||||
#define FIL_RUNOUT_PIN PF11 // MT_DET
|
||||
|
||||
|
@ -315,9 +315,9 @@
|
||||
#endif
|
||||
|
||||
#elif ENABLED(FYSETC_MINI_12864_2_1)
|
||||
#define LCD_PINS_DC PC6
|
||||
#define DOGLCD_CS PD13
|
||||
#define DOGLCD_A0 PC6
|
||||
#define LCD_PINS_DC DOGLCD_A0
|
||||
#define DOGLCD_A0 DOGLCD_A0
|
||||
#define LCD_BACKLIGHT_PIN -1
|
||||
#define LCD_RESET_PIN PE14
|
||||
#define NEOPIXEL_PIN PE15
|
||||
|
@ -197,9 +197,10 @@
|
||||
#define DOGLCD_MOSI EXP2_05_PIN
|
||||
|
||||
#elif ENABLED(FYSETC_MINI_12864_2_1)
|
||||
|
||||
#define LCD_PINS_DC EXP1_07_PIN
|
||||
#define DOGLCD_CS EXP1_08_PIN
|
||||
#define DOGLCD_A0 EXP1_07_PIN
|
||||
#define LCD_PINS_DC DOGLCD_A0
|
||||
#define DOGLCD_A0 LCD_PINS_DC
|
||||
#define LCD_BACKLIGHT_PIN -1
|
||||
#define LCD_RESET_PIN EXP1_06_PIN
|
||||
#define NEOPIXEL_PIN EXP1_05_PIN
|
||||
|
@ -341,9 +341,9 @@
|
||||
#endif
|
||||
|
||||
#elif ENABLED(FYSETC_MINI_12864_2_1)
|
||||
#define LCD_PINS_DC PC6
|
||||
#define DOGLCD_CS PD13
|
||||
#define DOGLCD_A0 PC6
|
||||
#define LCD_PINS_DC DOGLCD_A0
|
||||
#define DOGLCD_A0 DOGLCD_A0
|
||||
#define LCD_BACKLIGHT_PIN -1
|
||||
#define LCD_RESET_PIN PE14
|
||||
#define NEOPIXEL_PIN PE15
|
||||
|
@ -224,7 +224,7 @@
|
||||
#define LCD_PINS_RS EXP1_05_PIN // = LCD_RESET_PIN
|
||||
#define LCD_PINS_DC EXP1_07_PIN // DC
|
||||
#define DOGLCD_CS EXP1_08_PIN // CS
|
||||
#define DOGLCD_A0 LCD_PINS_DC // A0 = DC
|
||||
#define DOGLCD_A0 LCD_PINS_DC
|
||||
#define DOGLCD_MOSI EXP1_10_PIN // SDA
|
||||
#define DOGLCD_SCK EXP1_09_PIN // SCK
|
||||
// Encoder
|
||||
|
Reference in New Issue
Block a user