✨ BigTreeTech Mini 12864 V1.0 (#23130)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
committed by
Scott Lahteine
parent
af1d603374
commit
018c7b1cf4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user