No description
Find a file
2019-04-15 21:23:43 -07:00
examples Combined the 2 SSD1351 examples 2019-04-15 21:23:43 -07:00
images Refactored SSD1351 bmp example to use ImageReader 2019-04-14 20:13:02 -07:00
.gitignore Doxygen & Travis CI additions 2018-11-15 19:38:25 -08:00
.travis.yml Added Travis Dependency 2019-04-05 21:33:25 -07:00
Adafruit_ImageReader.cpp Use non-blocking DMA to screen if available 2019-03-17 19:46:35 -07:00
Adafruit_ImageReader.h Add printStatus() function and some minor BMP code WIP 2018-11-20 10:58:04 -08:00
library.properties Fixed 1351 examples to work on ESP8266 2019-04-06 14:30:05 -07:00
README.md Add library.properties 2018-11-15 19:23:15 -08:00

Adafruit_ImageReader Build Status

Companion library for Adafruit_GFX to load images from SD card.

Requires Adafruit_GFX library and one of the SPI color graphic display libraries, e.g. Adafruit_ILI9341.