浏览代码

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

thisiskeithb 5 年前
父节点
当前提交
a358b72ec8
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 查看文件

128
 
128
 
129
   #elif ENABLED(ZONESTAR_LCD)     // ANET A8 LCD Controller - Must convert to 3.3V - CONNECTING TO 5V WILL DAMAGE THE BOARD!
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
     #define LCD_PINS_RS    PB9
133
     #define LCD_PINS_RS    PB9
132
     #define LCD_PINS_ENABLE PB6
134
     #define LCD_PINS_ENABLE PB6
133
     #define LCD_PINS_D4    PB8
135
     #define LCD_PINS_D4    PB8

正在加载...
取消
保存