From 387d7800e6daa7f41498206a4f5a3c91e864fcef Mon Sep 17 00:00:00 2001 From: Phillip Burgess Date: Tue, 11 Dec 2018 20:25:34 -0800 Subject: [PATCH] Experimental SPI DMA support on SAMD (disabled by default) --- Adafruit_SPITFT.h | 1 + library.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Adafruit_SPITFT.h b/Adafruit_SPITFT.h index 313fbc0e..00dde8ff 100644 --- a/Adafruit_SPITFT.h +++ b/Adafruit_SPITFT.h @@ -24,6 +24,7 @@ #endif #ifdef USE_SPI_DMA + #pragma message ("SPI DMA IS ENABLED. HIGHLY EXPERIMENTAL.") #include #endif diff --git a/library.properties b/library.properties index 3d03bfd4..384f7816 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit GFX Library -version=1.3.5 +version=1.3.6 author=Adafruit maintainer=Adafruit sentence=Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.