No description
Find a file
2020-07-20 09:59:51 -07:00
.github m4 is renamed to metro_m4 in ci_arduino 2020-01-07 21:06:44 +07:00
examples Skipping leonardo on test due to low memory 2020-07-20 09:16:05 -07:00
images Added eInk version of CoreBMP to process BMPs more efficiently 2020-07-20 09:07:49 -07: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 Doxying private->protected variable change 2020-07-20 09:59:51 -07:00
Adafruit_ImageReader_EPD.cpp Finally figured out clang-format 2020-07-20 09:46:34 -07:00
Adafruit_ImageReader_EPD.h clang formatting 2020-07-20 09:37:27 -07:00
library.properties bumped version for release 2020-07-10 19:25:14 -07:00
README.md matrix actions (#25) 2019-12-27 22:13:34 -05:00

Adafruit_ImageReader Build Status

Companion library for Adafruit_GFX to load images from SD card or SPI Flash

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).