Uses the same fonts as the SPI_TFT_ILI9341 Library (I have many, and a html/php font editor for that)

Revision:
11:70409b34b74d
Parent:
10:a640680b5309
Child:
12:64165e7ad897
--- a/SPI_TFT_ILI9225.cpp	Wed Nov 23 12:35:40 2016 +0000
+++ b/SPI_TFT_ILI9225.cpp	Wed Nov 23 12:43:29 2016 +0000
@@ -1,21 +1,20 @@
 /*
-****************                               ******************
-
-Ported to mbed platform 
-by Arman Safikhani  31 - 08-2015
-
+Ported from arduino to mbed platform by Arman Safikhani 31-08-2015
 Jack: Many thanks Arman!
 
-Changed:
-by Jack Berkhout 23-11-2016
+Changed a lot of things by Jack Berkhout 23-11-2016
+
+Used for 2.2" Serial SPI TFT Color LCD Module for Arduino
+176*220 resolution / 11-pin / ILI9225 IC driver
+https://www.fasttech.com/product/3842400-2-2-serial-spi-tft-color-lcd-module-for-arduino
+
 - uses the same fonts as the SPI_TFT_ILI9341 Library (I have many, and a html/php font editor for that)
 - some code removed, some added, some changed
 - the led backlight is using a PWM output, so it can be adjusted (0.0f = off - 1.0f = on)
 - added formatted printf
 - added claim as standard output on stream
 - Orientation definitions are now related to the SD card slot location (front view)
-
-* ***************                               ******************
+- hline and vline added, also used by outline reactangles, with drastical performance improvement (15 times)
 */
 
 #include "SPI_TFT_ILI9225.h"