Skip to content

Commit

Permalink
Experimental SPI DMA support on SAMD (disabled by default)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaintYourDragon committed Dec 12, 2018
1 parent 5026484 commit 387d780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Adafruit_SPITFT.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#endif

#ifdef USE_SPI_DMA
#pragma message ("SPI DMA IS ENABLED. HIGHLY EXPERIMENTAL.")
#include <Adafruit_ZeroDMA.h>
#endif

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit GFX Library
version=1.3.5
version=1.3.6
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.
Expand Down

0 comments on commit 387d780

Please sign in to comment.