Skip to content

Commit

Permalink
🔧 Prevent LCD_PINS_EN false pin conflict (#27284)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored Jul 17, 2024
1 parent c852e9c commit ce92eb4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/pins/native/pins_RAMPS_NATIVE.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions Marlin/src/pins/ramps/pins_RAMPS.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions Marlin/src/pins/ramps/pins_TT_OSCAR.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions Marlin/src/pins/samd/pins_BRICOLEMON_LITE_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions Marlin/src/pins/samd/pins_BRICOLEMON_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions Marlin/src/pins/samd/pins_MINITRONICS20.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions Marlin/src/pins/samd/pins_RAMPS_144.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions Marlin/src/pins/sanguino/pins_SANGUINOLOLU_11.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions Marlin/src/pins/stm32f1/pins_CHITU3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions Marlin/src/pins/teensy2/pins_PRINTRBOARD.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ce92eb4

Please sign in to comment.