Lib for the new LCD Display with ILI9341 controller

Dependencies:   TFT_fonts

Dependents:   Sensor

Fork of SPI_TFT_ILI9341 by Peter Drescher

Revision:
15:1895f6598fea
Parent:
14:a01f09a0dc25
--- a/SPI_TFT_ILI9341_NUCLEO.cpp	Tue Feb 16 11:35:27 2016 +0000
+++ b/SPI_TFT_ILI9341_NUCLEO.cpp	Wed Feb 17 07:30:04 2016 +0000
@@ -217,7 +217,6 @@
     return(r);
 }
 
-
 // Init code based on MI0283QT datasheet
 // this code is called only at start
 // no need to be optimized
@@ -384,7 +383,7 @@
      f_write(0x00);
      spi_bsy();
      _cs = 1;
-
+     
      wr_cmd(0x11);                     // sleep out
      spi_bsy();
      _cs = 1;