🐛 Fix SPI DMA and default mode (#23627)

Followup to #23464
This commit is contained in:
Mike La Spina
2022-01-26 14:01:22 -06:00
committed by GitHub
parent 9c1eaafe88
commit 7fb65309aa
2 changed files with 3 additions and 2 deletions

View File

@@ -369,7 +369,8 @@
#endif // HAS_WIRED_LCD
#if HAS_TFT_LVGL_UI
#define USE_SPI_DMA_TC
// Enable SPI DMA, this requires button pins, thus no buttons. Default is DISABLED.
//#define USE_SPI_DMA_TC
#endif
#if ANY(TFT_COLOR_UI, TFT_LVGL_UI, TFT_CLASSIC_UI, HAS_WIRED_LCD)