️ Improve TFT DMA for STM32 (#25359)

This commit is contained in:
Alexander Gavrilenko
2023-03-27 21:17:02 +03:00
committed by GitHub
parent 41487bc9e7
commit e0132f7a1e
25 changed files with 198 additions and 167 deletions

View File

@@ -3292,11 +3292,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
/**