File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ before_install:
1515 - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
1616
1717install :
18- - arduino --install-library "Adafruit ILI9341" "Adafruit Zero DMA Library"
18+ - arduino --install-library "Adafruit ILI9341"
1919
2020script :
2121 - build_main_platforms
Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments