Skip to content

Commit 387d780

Browse files
Experimental SPI DMA support on SAMD (disabled by default)
1 parent 5026484 commit 387d780

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Adafruit_SPITFT.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#endif
2525

2626
#ifdef USE_SPI_DMA
27+
#pragma message ("SPI DMA IS ENABLED. HIGHLY EXPERIMENTAL.")
2728
#include <Adafruit_ZeroDMA.h>
2829
#endif
2930

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit GFX Library
2-
version=1.3.5
2+
version=1.3.6
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.

0 commit comments

Comments
 (0)