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.
Dependencies: SPI_TFT_ILI9341 TFT_fonts mbed
Fork of TFT_Test_ILI9341 by
Revision 1:4504c7fc1c34, committed 2015-12-07
- Comitter:
 - palmdotax
 - Date:
 - Mon Dec 07 12:10:40 2015 +0000
 - Parent:
 - 0:414a960bd52e
 - Commit message:
 - 555
 
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/main.cpp Wed Jun 12 22:56:43 2013 +0000 +++ b/main.cpp Mon Dec 07 12:10:40 2015 +0000 @@ -17,7 +17,7 @@ // the TFT is connected to SPI pin 11-14 -SPI_TFT_ILI9341 TFT(p5, p6, p7, p8, p9, p10,"TFT"); // mosi, miso, sclk, cs, reset, dc +SPI_TFT_ILI9341 TFT(SPI_MOSI,SPI_MISO,SPI_SCK,SPI_CS, D9, D8,"TFT"); // mosi, miso, sclk, cs, reset, dc int main()
