No description
Find a file
Limor "Ladyada" Fried e7994a6599
Merge pull request #24 from adafruit/actionsci
clang, remove travis, add actions, bump
2019-12-27 21:11:31 -05:00
.github clang, remove travis, add actions, bump 2019-12-27 20:07:56 -05:00
examples Fixed warnings 2019-12-16 18:56:38 -08:00
images Added tri-color blinka, removed whitefill 2019-11-22 10:45:41 -08:00
.gitignore Updated examples to work with new SdFat and SPIFlash changes 2019-07-30 14:06:43 -07:00
Adafruit_ImageReader.cpp clang, remove travis, add actions, bump 2019-12-27 20:07:56 -05:00
Adafruit_ImageReader.h clang, remove travis, add actions, bump 2019-12-27 20:07:56 -05:00
Adafruit_ImageReader_EPD.cpp clang, remove travis, add actions, bump 2019-12-27 20:07:56 -05:00
Adafruit_ImageReader_EPD.h clang, remove travis, add actions, bump 2019-12-27 20:07:56 -05:00
library.properties clang, remove travis, add actions, bump 2019-12-27 20:07:56 -05:00
README.md clang, remove travis, add actions, bump 2019-12-27 20:07:56 -05: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 SdFat 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).