add deps
This commit is contained in:
parent
6de405ea2d
commit
fe2515f590
2 changed files with 2 additions and 4 deletions
|
|
@ -23,9 +23,6 @@ env:
|
|||
before_install:
|
||||
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
|
||||
|
||||
install:
|
||||
- arduino --install-library "Adafruit ST7735 and ST7789 Library","Adafruit HX8357 Library","Adafruit ILI9341","Adafruit GFX Library","Adafruit seesaw Library","Adafruit SSD1351 library","Adafruit SSD1331 OLED Driver Library for Arduino","Adafruit SPIFlash","SdFat - Adafruit Fork","Adafruit EPD"
|
||||
|
||||
script:
|
||||
- build_cplay_platforms
|
||||
- build_main_platforms
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name=Adafruit ImageReader Library
|
||||
version=2.3.2
|
||||
version=2.3.3
|
||||
author=Adafruit
|
||||
maintainer=Adafruit <info@adafruit.com>
|
||||
sentence=Companion library for Adafruit_GFX and Adafruit_EPD to load images from SD card.
|
||||
|
|
@ -7,3 +7,4 @@ paragraph=Install this library in addition to Adafruit_GFX and the display libra
|
|||
category=Display
|
||||
url=https://github.com/adafruit/Adafruit_ImageReader
|
||||
architectures=*
|
||||
depends=Adafruit ST7735 and ST7789 Library, Adafruit HX8357 Library, Adafruit ILI9341, Adafruit SSD1351 library, Adafruit SSD1331 OLED Driver Library for Arduino, Adafruit SPIFlash, SdFat - Adafruit Fork, Adafruit EPD
|
||||
Loading…
Reference in a new issue