Library to control a QVGA TFT connected to SPI. You can use printf to print text The lib can handle different fonts, draw lines, circles, rect and bmp

Revision:
11:3cfa9bb9b070
Parent:
10:1e868317ff49
Child:
12:b2dd49f04d5d
--- a/SPI_TFT.cpp	Fri Dec 30 11:48:57 2011 +0000
+++ b/SPI_TFT.cpp	Sun Jan 01 23:38:13 2012 +0000
@@ -60,6 +60,7 @@
             wr_reg(0x16, 0x00A8);
             break;
     }
+    WindowMax(); 
 }