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

Dependents:   TFT_Test1 SourceCodePro31-SB Mandelbrot Mindwave-screen ... more

See http://mbed.org/cookbook/SPI-driven-QVGA-TFT for details.

Revision:
4:824715115046
Parent:
3:7f1d793b90df
Child:
5:9cbf4a534f7e
--- a/SPI_TFT.cpp	Thu Sep 20 23:24:43 2012 +0000
+++ b/SPI_TFT.cpp	Thu Sep 20 23:32:07 2012 +0000
@@ -19,6 +19,7 @@
 // 06.04.12 fix SSEL CS problem
 // 06.04.12 use direct access to the spi register to speed up the library.
 // 11.09.12 switch back to using io pin as cs to avoid problems with SSEL CS.
+// 21.09.12 fix Bug in BMP_16
 
 
 #include "SPI_TFT.h"