No description
Find a file
2020-11-11 21:45:21 -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 Reorganized EInk images and updated examples 2020-10-26 17:50:25 -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 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
Adafruit_ImageReader_ThinkInk.cpp Some doxy, and starting to implement diffusion dither 2020-11-11 21:45:21 -08:00
Adafruit_ImageReader_ThinkInk.h ThinkInk WIP but still not quite working 2020-11-11 18:01:52 -08:00
library.properties Bumped to 2.5.2 2020-10-28 10:05:38 -07: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).