Support ANET_FULL_GRAPHICS_LCD_ALT_WIRING on BTT SKR 1.4 (#20427)

This commit is contained in:
Darren Peter
2020-12-23 07:21:02 +00:00
committed by GitHub
parent 2be027f92e
commit 2844086772
2 changed files with 31 additions and 2 deletions

View File

@@ -104,7 +104,7 @@
//
// LCD / Controller
//
#if HAS_WIRED_LCD && DISABLED(LCD_USE_I2C_BUZZER)
#if !defined(BEEPER_PIN) && HAS_WIRED_LCD && DISABLED(LCD_USE_I2C_BUZZER)
#define BEEPER_PIN P1_30 // (37) not 5V tolerant
#endif