Lib for the new LCD Display with ILI9341 controller

Dependencies:   TFT_fonts

Dependents:   Sensor

Fork of SPI_TFT_ILI9341 by Peter Drescher

Revision:
16:ed96a5cc23b5
Parent:
13:b2b3e5430f81
--- a/SPI_TFT_ILI9341.cpp	Wed Feb 17 07:30:04 2016 +0000
+++ b/SPI_TFT_ILI9341.cpp	Tue Mar 15 07:45:43 2016 +0000
@@ -39,7 +39,7 @@
     orientation = 0;
     char_x = 0;
     SPI::format(8,3);                  // 8 bit spi mode 3
-    SPI::frequency(10000000);          // 10 Mhz SPI clock
+    SPI::frequency(50000000);          // 10 Mhz SPI clock
     tft_reset();
 }