Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 1:a9b5d4535260, committed 2013-01-29
- 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() {