No description
Find a file
2019-07-30 14:06:43 -07:00
examples Updated examples to work with new SdFat and SPIFlash changes 2019-07-30 14:06:43 -07:00
images Updated image name to what it actually is 2019-05-27 13:30:41 -07:00
.gitignore Updated examples to work with new SdFat and SPIFlash changes 2019-07-30 14:06:43 -07:00
.travis.yml .travis.yml oh come on now 2019-07-29 16:33:00 -07:00
Adafruit_ImageReader.cpp Add getPalette() 2019-07-30 13:31:48 -07:00
Adafruit_ImageReader.h Add getPalette() 2019-07-30 13:31:48 -07:00
library.properties Add support for SPI/QSPI filesystems 2019-07-29 14:50:26 -07:00
README.md Add support for SPI/QSPI filesystems 2019-07-29 14:50:26 -07:00

Adafruit_ImageReader Build Status

Companion library for Adafruit_GFX to load images from SD card.

Requires Adafruit_GFX library and one of the SPI color graphic display libraries, e.g. Adafruit_ILI9341.

IMPORTANT NOTE: version 2.0 is a "breaking change" from the 1.X releases of this library. Existing code WILL NOT COMPILE without revision. Adafruit_ImageReader now relies on the Adafruit_SPIFlash and SfFat libraries, and the Adafruit_ImageReader constructor call has changed (other functions remain the same). See the examples for reference. Very sorry about that but it brings some helpful speed and feature benefits (like loading from SPI/QSPI flash).