No description
Find a file
Mikey Sklar 15778a2136
Featherwings SPI Slowdown to 12 MHz (#61)
The Feather M0 stops working above 12 MHz. This change it to lower the current FeatherWing display examples from 25 MHz --> 12 MHz.
2025-06-26 16:28:18 -04:00
.github Update CI action versions 2023-05-12 11:24:00 -04:00
examples Featherwings SPI Slowdown to 12 MHz (#61) 2025-06-26 16:28:18 -04: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 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 add inits for new 2.9 tricolor (#60) 2025-06-26 09:59:29 -04: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).