|
@@ -234,7 +234,29 @@
|
234
|
234
|
*/
|
235
|
235
|
#if HAS_WIRED_LCD
|
236
|
236
|
#if ENABLED(ANET_FULL_GRAPHICS_LCD)
|
237
|
|
-
|
|
237
|
+ #error "CAUTION! ANET_FULL_GRAPHICS_LCD requires wiring modifications. See 'pins_BTT_SKR_V1_4.h' for details. Comment out this line to continue."
|
|
238
|
+
|
|
239
|
+ /**
|
|
240
|
+ * 1. Cut the tab off the LCD connector so it can be plugged into the "EXP1" connector the other way.
|
|
241
|
+ * 2. Swap the LCD's +5V (Pin2) and GND (Pin1) wires. (This is the critical part!)
|
|
242
|
+ * 3. Rewire the CLK Signal (LCD Pin9) to LCD Pin7. (LCD Pin9 remains open because this pin is open drain.)
|
|
243
|
+ * 4. A wire is needed to connect the Reset switch at J3 (LCD Pin7) to EXP2 (Pin3) on the board.
|
|
244
|
+ *
|
|
245
|
+ * !!! If you are unsure, ask for help! Your motherboard may be damaged in some circumstances !!!
|
|
246
|
+ *
|
|
247
|
+ * The ANET_FULL_GRAPHICS_LCD connector plug:
|
|
248
|
+ *
|
|
249
|
+ * BEFORE AFTER
|
|
250
|
+ * _____ _____
|
|
251
|
+ * GND 1 | 1 2 | 2 5V 5V 1 | 1 2 | 2 GND
|
|
252
|
+ * CS 3 | 3 4 | 4 BTN_EN2 CS 3 | 3 4 | 4 BTN_EN2
|
|
253
|
+ * SID 5 | 5 6 6 BTN_EN1 SID 5 | 5 6 6 BTN_EN1
|
|
254
|
+ * open 7 | 7 8 | 8 BTN_ENC CLK 7 | 7 8 | 8 BTN_ENC
|
|
255
|
+ * CLK 9 | 9 10| 10 Beeper open 9 | 9 10| 10 Beeper
|
|
256
|
+ * ----- -----
|
|
257
|
+ * LCD LCD
|
|
258
|
+ */
|
|
259
|
+
|
238
|
260
|
#define LCD_PINS_RS P1_23
|
239
|
261
|
|
240
|
262
|
#define BTN_EN1 P1_20
|