No description
Find a file
Melissa LeBlanc-Williams 4b2ad08b33
Merge pull request #30 from makermelissa/master
Fixes drawing 1BPP EInk bitmaps.
2020-07-10 19:24:11 -07:00
.github m4 is renamed to metro_m4 in ci_arduino 2020-01-07 21:06:44 +07:00
examples More leo test skips. They should add memory to it 2020-07-10 14:45:10 -07:00
images Added some 2.13 inch test images 2020-07-10 15:17:02 -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 clang, remove travis, add actions, bump 2019-12-27 20:07:56 -05:00
Adafruit_ImageReader_EPD.cpp Fixed code that draws 1bpp images on eInks 2020-07-10 14:37:32 -07:00
Adafruit_ImageReader_EPD.h clang, remove travis, add actions, bump 2019-12-27 20:07:56 -05:00
library.properties Bump to 2.3.6 2020-05-26 13:34:42 -04: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).