Lib for the new LCD Display with ILI9341 controller

Dependencies:   TFT_fonts

Dependents:   Sensor

Fork of SPI_TFT_ILI9341 by Peter Drescher

Revision:
14:a01f09a0dc25
Parent:
12:98cc5c193ecd
Child:
15:1895f6598fea
--- a/SPI_TFT_ILI9341_NUCLEO.cpp	Wed Jun 25 16:51:27 2014 +0000
+++ b/SPI_TFT_ILI9341_NUCLEO.cpp	Tue Feb 16 11:35:27 2016 +0000
@@ -42,7 +42,7 @@
 {
 
     format(8,3);                 // 8 bit spi mode 3
-    frequency(10000000);         // 10 Mhz SPI clock : result 2 / 4 = 8
+    frequency(18000000);         // 10 Mhz SPI clock : result 2 / 4 = 8
     orientation = 0;
     char_x = 0;
     if(_spi.spi == SPI_1){       // test which SPI is in use