Browse Source

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

pull/1/head
thisiskeithb 4 years ago
committed by Scott Lahteine
parent
commit
a358b72ec8
  1. 2
      Marlin/src/pins/stm32/pins_BTT_SKR_MINI_E3.h

2
Marlin/src/pins/stm32/pins_BTT_SKR_MINI_E3.h

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

Loading…
Cancel
Save