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:
1:17e12e4e149f
Parent:
0:de9d1462a835
Child:
7:e753bb62eeb9
--- a/SPI_TFT.h	Mon Sep 10 19:23:26 2012 +0000
+++ b/SPI_TFT.h	Tue Sep 11 15:51:52 2012 +0000
@@ -291,7 +291,7 @@
   void set_orientation(unsigned int o);
     
   SPI _spi;
-  // DigitalOut _cs; we use SSEL0/1
+  DigitalOut _cs; 
   DigitalOut _reset;
   unsigned char* font;