BigTreeTech Mini 12864 V1.0 (#23130)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Keith Bennett
2021-11-21 11:25:06 -08:00
committed by Scott Lahteine
parent af1d603374
commit 018c7b1cf4
10 changed files with 17 additions and 10 deletions

View File

@ -314,7 +314,7 @@
#define BEEPER_PIN -1
#endif
#elif ENABLED(MKS_MINI_12864_V3)
#elif ENABLED(FYSETC_MINI_12864_2_1)
#define DOGLCD_CS PD13
#define DOGLCD_A0 PC6
#define LCD_PINS_DC DOGLCD_A0

View File

@ -201,7 +201,7 @@
#define DOGLCD_SCK EXP2_09_PIN
#define DOGLCD_MOSI EXP2_05_PIN
#elif ENABLED(MKS_MINI_12864_V3)
#elif ENABLED(FYSETC_MINI_12864_2_1)
#define DOGLCD_CS EXP1_08_PIN
#define DOGLCD_A0 EXP1_07_PIN
#define LCD_PINS_DC DOGLCD_A0

View File

@ -338,7 +338,7 @@
#define BEEPER_PIN -1
#endif
#elif ENABLED(MKS_MINI_12864_V3)
#elif ENABLED(FYSETC_MINI_12864_2_1)
#define DOGLCD_CS PD13
#define DOGLCD_A0 PC6
#define LCD_PINS_DC DOGLCD_A0