0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-16 22:37:35 +00:00

🔧 Prevent LCD_PINS_EN false pin conflict (#27284)

This commit is contained in:
ellensp 2024-07-18 11:07:06 +12:00 committed by GitHub
parent c852e9c6a1
commit ce92eb46ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 10 additions and 0 deletions

View file

@ -604,6 +604,7 @@
#define BTN_ENC 32
#define LCD_SDSS SDSS
#define KILL_PIN 41
#undef LCD_PINS_EN // not used, causes false pin conflict report
#elif ENABLED(LCD_I2C_VIKI)

View file

@ -742,6 +742,7 @@
#define BTN_ENC AUX4_03
#define LCD_SDSS SDSS
#define KILL_PIN EXP2_08_PIN
#undef LCD_PINS_EN // not used, causes false pin conflict report
#elif ENABLED(LCD_I2C_VIKI)

View file

@ -430,6 +430,7 @@
#define BTN_ENC 32
#define LCD_SDSS EXP2_04_PIN
//#define KILL_PIN 41
#undef LCD_PINS_EN // not used, causes false pin conflict report
#elif ENABLED(LCD_I2C_VIKI)

View file

@ -361,6 +361,7 @@
//#define BTN_ENC 32
//#define LCD_SDSS SDSS
//#define KILL_PIN EXP1_01_PIN
//#undef LCD_PINS_EN // not used, causes false pin conflict report
#elif ENABLED(LCD_I2C_VIKI)

View file

@ -413,6 +413,7 @@
//#define BTN_ENC 32
//#define LCD_SDSS SDSS
//#define KILL_PIN EXP1_01_PIN
//#undef LCD_PINS_EN // not used, causes false pin conflict report
#elif ENABLED(LCD_I2C_VIKI)

View file

@ -308,6 +308,7 @@
//#define BTN_ENC 32
//#define LCD_SDSS SDSS
//#define KILL_PIN EXP1_01_PIN
//#undef LCD_PINS_EN // not used, causes false pin conflict report
#elif ENABLED(LCD_I2C_VIKI)

View file

@ -564,6 +564,7 @@
#define BTN_ENC AUX4_03
#define LCD_SDSS SDSS
#define KILL_PIN AUX4_07
#undef LCD_PINS_EN // not used, causes false pin conflict report
#elif ENABLED(LCD_I2C_VIKI)

View file

@ -263,6 +263,7 @@
#else
#define BTN_ENC AUX1_07
#endif
#undef LCD_PINS_EN // not used, causes false pin conflict report
#else // !LCD_FOR_MELZI && !ZONESTAR_LCD && !LCD_I2C_PANELOLU2

View file

@ -161,6 +161,7 @@
#define LCD_SDSS PD5 // 53
#define SD_DETECT_PIN -1
#define KILL_PIN PC9 // 41
#undef LCD_PINS_EN // not used, causes false pin conflict report
#elif ENABLED(LCD_I2C_VIKI)

View file

@ -160,6 +160,7 @@
#define BTN_ENC 41 // F3 JP2-4
#define SDSS 38 // F0 B-THERM connector - use SD card on Panelolu2
#undef LCD_PINS_EN // not used, causes false pin conflict report
#else