Browse Source

EZBoard only knows stock display

Scott Lahteine 5 years ago
parent
commit
ebfdf740bc
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/pins/lpc1769/pins_TH3D_EZBOARD.h

+ 2
- 0
Marlin/src/pins/lpc1769/pins_TH3D_EZBOARD.h View File

@@ -169,4 +169,6 @@
169 169
   #define LCD_PINS_ENABLE  P0_18
170 170
   #define LCD_PINS_D4      P0_15
171 171
   #define KILL_PIN         P2_11
172
+#elif HAS_SPI_LCD
173
+  #error "Only the CR10_STOCKDISPLAY is supported with TH3D EZBoard."
172 174
 #endif

Loading…
Cancel
Save