Peter Holzleitner / Mbed 2 deprecated SourceCodePro31-SB

Dependencies:   SPI_TFT mbed

Files at this revision

API Documentation at this revision

Comitter:
pholzleitner
Date:
Tue Jan 29 17:18:42 2013 +0000
Parent:
0:17a18e81efc5
Commit message:
corrected comment

Changed in this revision

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