Disable DMA as default
This commit is contained in:
parent
aa4a32bc6b
commit
2c01c41c02
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
// DMA can be used with STM32 and ESP32 processors when the interface
|
// DMA can be used with STM32 and ESP32 processors when the interface
|
||||||
// is SPI, uncomment the next line:
|
// is SPI, uncomment the next line:
|
||||||
#define USE_DMA
|
//#define USE_DMA
|
||||||
|
|
||||||
// Load TFT driver library
|
// Load TFT driver library
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue