Browse Source

Add SKR Mini E3 + Zonestar LCD warning (#16214)

thisiskeithb 4 years ago
parent
commit
a358b72ec8
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/pins/stm32/pins_BTT_SKR_MINI_E3.h

+ 2
- 0
Marlin/src/pins/stm32/pins_BTT_SKR_MINI_E3.h View File

@@ -128,6 +128,8 @@
128 128
 
129 129
   #elif ENABLED(ZONESTAR_LCD)     // ANET A8 LCD Controller - Must convert to 3.3V - CONNECTING TO 5V WILL DAMAGE THE BOARD!
130 130
 
131
+    #error "CAUTION! ZONESTAR_LCD requires wiring modifications. See 'pins_BTT_SKR_MINI_E3.h' for details. Comment out this line to continue."
132
+
131 133
     #define LCD_PINS_RS    PB9
132 134
     #define LCD_PINS_ENABLE PB6
133 135
     #define LCD_PINS_D4    PB8

Loading…
Cancel
Save