No description
Find a file
2025-08-01 08:56:34 -04:00
.github Update CI action versions 2023-05-12 11:24:00 -04:00
examples Correct filename in comment. (#64) 2025-06-28 12:55:01 -04:00
images Add 2.7-inch eInk Image 2022-05-12 14:14:44 -07:00
.clang-format clang 2025-08-01 08:56:34 -04:00
.gitignore Updated examples to work with new SdFat and SPIFlash changes 2019-07-30 14:06:43 -07:00
Adafruit_ImageReader.cpp add inits for new 2.9 tricolor (#60) 2025-06-26 09:59:29 -04:00
Adafruit_ImageReader.h clang 2022-10-25 15:59:57 +07:00
Adafruit_ImageReader_EPD.cpp clang 2025-08-01 08:56:34 -04:00
Adafruit_ImageReader_EPD.h clang 2025-08-01 08:56:34 -04:00
library.properties Update library.properties - bump to 2.9.3 2025-07-01 14:32:57 +01:00
README.md fix readme 2021-01-17 18:07:53 -05:00

Adafruit ImageReader Arduino Library Build StatusDocumentation

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