Skip to content

Commit 25612a9

Browse files
Disable SPI DMA by default!
1 parent f01e289 commit 25612a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
1616

1717
install:
18-
- arduino --install-library "Adafruit ILI9341" "Adafruit Zero DMA Library"
18+
- arduino --install-library "Adafruit ILI9341"
1919

2020
script:
2121
- build_main_platforms

Adafruit_SPITFT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "Adafruit_GFX.h"
1414

1515
#define USE_FAST_PINIO ///< If set, use PORT access instead of digitalWrite()
16-
#define USE_SPI_DMA ///< If set, use SPI DMA if available
16+
//#define USE_SPI_DMA ///< If set, use SPI DMA if available
1717
// If DMA is enabled, Arduino sketch MUST #include <Adafruit_ZeroDMA.h>
1818
// Estimated RAM usage:
1919
// 4 bytes/pixel on display major axis + 8 bytes/pixel on minor axis,

0 commit comments

Comments
 (0)