Adafruit ImageReader Library
Companion library for Adafruit_GFX to load images from SD card.

Load-to-display and load-to-RAM are supported.

Introduction

This is the documentation for Adafruit's ImageReader library for the Arduino platform. It is designed to work in conjunction with Adafruit_GFX and a display-specific library (e.g. Adafruit_ILI9341).

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Dependencies

This library depends on Adafruit_GFX plus a display device-specific library such as Adafruit_ILI9341 or other subclasses of SPITFT. Filesystem reading is handled through the Adafruit_SPIFlash library, which in turn relies on SdFat. Please make sure you have installed the latest versions before using this library.

Author

Written by Phil "PaintYourDragon" Burgess for Adafruit Industries.

License

BSD license, all text here must be included in any redistribution.