Use LCD conditionals in pins files (#14428)

This commit is contained in:
Scott Lahteine
2019-06-27 22:14:43 -05:00
committed by GitHub
parent 8b63e3701f
commit 7e16835c83
51 changed files with 193 additions and 203 deletions

View File

@@ -99,7 +99,7 @@
* for the onboard SD card, and a chip select signal is not provided for the remote
* SD card.
*/
#if ENABLED(ULTRA_LCD)
#if HAS_SPI_LCD
#define BEEPER_PIN P1_31 // EXP1-1
@@ -112,7 +112,7 @@
#define LCD_PINS_ENABLE P0_18 // (MOSI) EXP1-3
#define LCD_PINS_D4 P0_15 // (SCK) EXP1-5
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) && DISABLED(DOGLCD)
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) && HAS_CHARACTER_LCD
#error "REPRAP_DISCOUNT_SMART_CONTROLLER is not supported by the BIQU BQ111-A4"
#endif
@@ -120,7 +120,7 @@
#error "SDSUPPORT is not supported by the BIQU BQ111-A4 when an LCD controller is used"
#endif
#endif // ULTRA_LCD
#endif // HAS_SPI_LCD
/**