🔧 TFT_SHARED_SPI => TFT_SHARED_IO

MarlinFirmware/Marlin#25359
This commit is contained in:
Scott Lahteine 2023-03-26 20:52:35 -05:00
parent 8bb1352231
commit ecfab62a94
340 changed files with 672 additions and 672 deletions

View file

@ -3318,11 +3318,11 @@
*/
#define TFT_FONT NOTOSANS
//#define TFT_SHARED_SPI // SPI is shared between TFT display and other devices. Disable async data transfer
//#define TFT_SHARED_IO // I/O 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
//#define MKS_WIFI_MODULE // MKS WiFi module
#endif
/**