ILI9340 Library based on the Arduino version from Adafruit. It has been tested with a custom STM32F103C8 board.

Porting of the ILI9340 Library from Adafruit. It has been tested on a custom board based on a STM32F103C8 microcontroller.

Please, see the Wiki page on how to use the library

Revision:
1:5f8309157018
Parent:
0:0bf2453a67ba
--- a/Adafruit_ILI9340.h	Tue Nov 04 08:08:46 2014 +0000
+++ b/Adafruit_ILI9340.h	Wed Nov 05 13:41:43 2014 +0000
@@ -128,8 +128,7 @@
              drawPixel(int16_t x, int16_t y, uint16_t color),
              drawFastVLine(int16_t x, int16_t y, int16_t h, uint16_t color),
              drawFastHLine(int16_t x, int16_t y, int16_t w, uint16_t color),
-             fillRect(int16_t x, int16_t y, int16_t w, int16_t h,
-                      uint16_t color),
+             fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color),
              setRotation(uint8_t r),
              invertDisplay(char i);