No description
Find a file
2023-09-26 13:29:40 +01:00
.github Update CI action versions 2023-05-12 11:24:00 -04:00
examples Skip feather_rp2040 on Gizmo CI tests 2022-10-25 10:53:40 -07:00
images Add 2.7-inch eInk Image 2022-05-12 14:14:44 -07:00
.gitignore Updated examples to work with new SdFat and SPIFlash changes 2019-07-30 14:06:43 -07:00
Adafruit_ImageReader.cpp ESP seems to want delay not yield (?) 2023-09-24 01:06:04 -04:00
Adafruit_ImageReader.h clang 2022-10-25 15:59:57 +07:00
Adafruit_ImageReader_EPD.cpp update SdFat v2 compatible 2022-10-25 15:17:27 +07:00
Adafruit_ImageReader_EPD.h update SdFat v2 compatible 2022-10-25 15:17:27 +07:00
library.properties Update library.properties - bump version to 2.9.2 2023-09-26 13:29:40 +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).