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

Files at this revision

API Documentation at this revision

Comitter:
dreschpe
Date:
Sun Jan 01 23:38:13 2012 +0000
Parent:
10:1e868317ff49
Child:
12:b2dd49f04d5d
Commit message:
bug Fix

Changed in this revision

SPI_TFT.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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(); 
 }