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

@@ -179,7 +179,7 @@
|  ̄ ̄  ̄ ̄
| EXP2 EXP1
*/
#if ENABLED(ULTRA_LCD)
#if HAS_SPI_LCD
#define BEEPER_PIN P1_30 // (37) not 5V tolerant
#define BTN_ENC P0_28 // (58) open-drain
@@ -249,7 +249,7 @@
#endif
#endif // ULTRA_LCD
#endif // HAS_SPI_LCD
//
// SD Support