No description
Find a file
2021-02-16 14:42:12 -08:00
.github skip and fix nrf 2020-10-23 15:39:58 -04:00
examples Added ThinkInk Demo using blinka.bmp for now 2020-10-27 16:51:56 -07:00
images Add Monochrome 1.54-inch blinka bmp 2021-02-16 14:42:12 -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 Doxying private->protected variable change 2020-07-20 09:59:51 -07:00
Adafruit_ImageReader_EPD.cpp Updated a couple more places for grayscale 2020-10-23 13:44:36 -06:00
Adafruit_ImageReader_EPD.h clang formatting 2020-07-20 09:37:27 -07:00
library.properties Bump to 2.5.3 2021-01-21 21:54:46 -05: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).