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

Revision:
0:16926c5097c9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/license.txt	Fri Dec 05 06:42:42 2014 +0000
@@ -0,0 +1,15 @@
+This is a library for the Adafruit ILI9341 display products
+
+This library works with the Adafruit 2.8" Touch Shield V2 (SPI)
+  ----> http://www.adafruit.com/products/1651
+ 
+Check out the links above for our tutorials and wiring diagrams.
+These displays use SPI to communicate, 4 or 5 pins are required
+to interface (RST is optional).
+
+Adafruit invests time and resources providing this open source code,
+please support Adafruit and open-source hardware by purchasing
+products from Adafruit!
+
+Written by Limor Fried/Ladyada for Adafruit Industries.
+MIT license, all text above must be included in any redistribution