Disable SPI DMA by default!

This commit is contained in:
Phillip Burgess 2018-12-10 15:02:33 -08:00
parent f01e289fb7
commit 25612a9f03
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ before_install:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
install:
- arduino --install-library "Adafruit ILI9341" "Adafruit Zero DMA Library"
- arduino --install-library "Adafruit ILI9341"
script:
- build_main_platforms

View File

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