|
@@ -134,6 +134,10 @@
|
134
|
134
|
#define ONBOARD_SD_CS_PIN PA4 // SDSS
|
135
|
135
|
#define SDIO_SUPPORT
|
136
|
136
|
|
|
137
|
+#if ENABLED(CR10_STOCKDISPLAY) && NONE(RET6_12864_LCD, VET6_12864_LCD)
|
|
138
|
+ #error "Define RET6_12864_LCD or VET6_12864_LCD to select pins for CR10_STOCKDISPLAY with the Creality V4 controller."
|
|
139
|
+#endif
|
|
140
|
+
|
137
|
141
|
#if ENABLED(RET6_12864_LCD)
|
138
|
142
|
|
139
|
143
|
/* RET6 12864 LCD */
|
|
@@ -146,6 +150,7 @@
|
146
|
150
|
#define BTN_EN2 PB14
|
147
|
151
|
|
148
|
152
|
#define BEEPER_PIN PC6
|
|
153
|
+
|
149
|
154
|
#elif ENABLED(VET6_12864_LCD)
|
150
|
155
|
|
151
|
156
|
/* VET6 12864 LCD */
|