A 55x31 font for the SPI_TFT library, based on the free Source Code Pro semi-bold (http://sourceforge.net/projects/sourcecodepro.adobe/) Includes optional characters for Mu (micro), Omega (Ohm), +-, square, cubed, Degree sign

Dependencies:   SPI_TFT mbed

Revision:
1:a9b5d4535260
Parent:
0:17a18e81efc5
--- a/main.cpp	Sun Jan 27 19:34:34 2013 +0000
+++ b/main.cpp	Tue Jan 29 17:18:42 2013 +0000
@@ -6,7 +6,7 @@
 #include "SourceCodePro31.h"
 #include "SPI_TFT.h"
 
-// the TFT is connected to SPI pin 5-7 
+// the TFT is connected to SPI pin 11-13
 SPI_TFT TFT(p11, p12, p13, p14, p15,"TFT"); // mosi, miso, sclk, cs, reset
 
 int main() {