David Lowe / SPI_TFT_ILI9341

Dependents:   Mandelbrot

Fork of SPI_TFT_ILI9341 by Peter Drescher

Files at this revision

API Documentation at this revision

Comitter:
gregeric
Date:
Sun Nov 30 12:20:56 2014 +0000
Parent:
14:31cd7c2e101d
Child:
16:51b40ebe3280
Commit message:
Increased SPI_SCK to 40MHZ for Nucleo STM32F401.

Changed in this revision

SPI_TFT_ILI9341.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SPI_TFT_ILI9341.cpp	Thu Nov 06 09:47:42 2014 +0000
+++ b/SPI_TFT_ILI9341.cpp	Sun Nov 30 12:20:56 2014 +0000
@@ -39,7 +39,7 @@
     orientation = 0;
     char_x = 0;
     SPI::format(8,3);                  // 8 bit spi mode 3
-    SPI::frequency(50000000);          // 10 Mhz SPI clock
+    SPI::frequency(40000000);          // 10 Mhz SPI clock
     tft_reset();
 }