Port of the Adafruit_ILI9341 library for MBED. Depends on BurstSPI. fillRect, drawFastVLine, drawFastHLine are optimized to use BurstSPI fastwrites and perform a clearRX afterwards. MIT license Due to 600 character limit please find complete license/Adafruit header in license.txt Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit! http://www.adafruit.com Original written by Limor Fried/Ladyada for Adafruit Industries.

Dependents:   ili9341_test

Committer:
infotech1
Date:
Fri Dec 05 06:42:42 2014 +0000
Revision:
0:16926c5097c9
Initial commit.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
infotech1 0:16926c5097c9 1 This is a library for the Adafruit ILI9341 display products
infotech1 0:16926c5097c9 2
infotech1 0:16926c5097c9 3 This library works with the Adafruit 2.8" Touch Shield V2 (SPI)
infotech1 0:16926c5097c9 4 ----> http://www.adafruit.com/products/1651
infotech1 0:16926c5097c9 5
infotech1 0:16926c5097c9 6 Check out the links above for our tutorials and wiring diagrams.
infotech1 0:16926c5097c9 7 These displays use SPI to communicate, 4 or 5 pins are required
infotech1 0:16926c5097c9 8 to interface (RST is optional).
infotech1 0:16926c5097c9 9
infotech1 0:16926c5097c9 10 Adafruit invests time and resources providing this open source code,
infotech1 0:16926c5097c9 11 please support Adafruit and open-source hardware by purchasing
infotech1 0:16926c5097c9 12 products from Adafruit!
infotech1 0:16926c5097c9 13
infotech1 0:16926c5097c9 14 Written by Limor Fried/Ladyada for Adafruit Industries.
infotech1 0:16926c5097c9 15 MIT license, all text above must be included in any redistribution