NEXTION_TFT and support files

MarlinFirmware/Marlin#21324
This commit is contained in:
Scott Lahteine 2021-03-12 07:42:30 -06:00
parent bc59cfa7f0
commit 2d701ab880
252 changed files with 8538 additions and 0 deletions

View file

@ -2411,6 +2411,14 @@
//#define ANYCUBIC_LCD_DEBUG
#endif
//
// 320x240 Nextion 2.8" serial TFT Resistive Touch Screen NX3224T028
//
//#define NEXTION_TFT
#if ENABLED(NEXTION_TFT)
#define LCD_SERIAL_PORT 1
#endif
//
// Third-party or vendor-customized controller interfaces.
// Sources should be installed in 'src/lcd/extui'.