RRF_GCODE_DIALECT and PANELDUE

MarlinFirmware/Marlin#10610
This commit is contained in:
Scott Lahteine 2021-05-22 03:15:29 -05:00
parent 5c8f88a688
commit b66dceadbc
508 changed files with 2088 additions and 0 deletions

View file

@ -2449,6 +2449,12 @@
#define LCD_SERIAL_PORT 1 // Default is 1 for Nextion
#endif
//
// PanelDue touch controller by Escher3D
// http://escher3d.com/pages/order/products/product2.php
//
//#define PANELDUE
//
// Third-party or vendor-customized controller interfaces.
// Sources should be installed in 'src/lcd/extui'.