clone

Dependencies:   UniGraphic mbed-STM32F103C8T6

Fork of STM32F103C8T6_ILI9341 by Nathan Yonkee

Revision:
2:7f4c1caee2c7
Parent:
0:7136ca870582
--- a/main.cpp	Sat Jan 07 18:10:25 2017 +0000
+++ b/main.cpp	Tue Nov 28 22:49:46 2017 +0000
@@ -25,6 +25,7 @@
     confSysClock();     //Configure system clock (72MHz HSE clock, 48MHz USB clock)
 
     tft = new ILI9341(SPI_8, 20000000, PB_5, PB_4, PB_3, PA_15, PA_12, PA_11, "tft"); // SPI type, SPI speed, mosi, miso, sclk, cs, reset, dc
+    tft->idle_on();
     tft->set_orientation(orient);
     int time, time2;
     pc.baud (115200);