56498

Dependencies:   SPI_TFT_ILI9341 TFT_fonts mbed

Fork of TFT_Test_ILI9341 by Peter Drescher

Files at this revision

API Documentation at this revision

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()