Add TFTGLCD_PANEL_SPI / I2C

This commit is contained in:
Scott Lahteine 2020-09-28 02:08:38 -05:00
parent ce775bd0a3
commit fc50a46c15
389 changed files with 2569 additions and 905 deletions

View file

@ -1958,6 +1958,14 @@
//
//#define FF_INTERFACEBOARD
//
// TFT GLCD Panel with Marlin UI
// Panel connected to main board by SPI or I2C interface.
// See https://github.com/Serhiy-K/TFTGLCDAdapter
//
//#define TFTGLCD_PANEL_SPI
//#define TFTGLCD_PANEL_I2C
//=============================================================================
//======================= LCD / Controller Selection =======================
//========================= (Graphical LCDs) ========================