TFT_SHARED_SPI for TFT_COLOR_UI

MarlinFirmware/Marlin#24980
This commit is contained in:
Scott Lahteine 2022-12-12 15:10:18 -06:00
parent 09849eacbf
commit 609957bdae
332 changed files with 1348 additions and 0 deletions

View file

@ -3171,6 +3171,10 @@
//#define TFT_COLOR_UI
//#define TFT_LVGL_UI
#if ENABLED(TFT_COLOR_UI)
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
#endif
#if ENABLED(TFT_LVGL_UI)
//#define MKS_WIFI_MODULE // MKS WiFi module
#endif