mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 15:07:34 -06:00
🎨 Guard some LCD_SERIAL_PORT (#937)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
a73e3986e3
commit
3e1e975595
10 changed files with 14 additions and 10 deletions
|
@ -3178,7 +3178,9 @@
|
|||
// 320x240 Nextion 2.8" serial TFT Resistive Touch Screen NX3224T028
|
||||
//
|
||||
#define NEXTION_TFT
|
||||
#define LCD_SERIAL_PORT 1
|
||||
#if ENABLED(NEXTION_TFT)
|
||||
#define LCD_SERIAL_PORT 2
|
||||
#endif
|
||||
|
||||
//
|
||||
// PanelDue touch controller by Escher3D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue