We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7214a04 commit eabd137Copy full SHA for eabd137
Adafruit_SPITFT.h
@@ -66,7 +66,7 @@ typedef volatile PORT_t* PORTreg_t; ///< PORT register type
66
#define DEFAULT_SPI_FREQ 16000000L ///< Hardware SPI default speed
67
#endif
68
69
-#if defined(ADAFRUIT_PYPORTAL)
+#if defined(ADAFRUIT_PYPORTAL) || defined(ADAFRUIT_PYBADGE_M4_EXPRESS) || defined(ADAFRUIT_PYGAMER_M4_EXPRESS)
70
#define USE_SPI_DMA ///< Auto DMA if using PyPortal
71
#else
72
//#define USE_SPI_DMA ///< If set, use DMA if available
0 commit comments