Nothing really changed. Its just forked in case there will be some changes for the Floranium Project.

Dependents:   floranionSciShield

Fork of SPI_TFT_ILI9341 by Peter Drescher

Files at this revision

API Documentation at this revision

Comitter:
lasmahei
Date:
Sun Feb 14 15:08:20 2016 +0000
Parent:
13:b2b3e5430f81
Commit message:
Floranion Scientific - Discover the Secret Life of Plants

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	Wed Jun 25 16:51:27 2014 +0000
+++ b/SPI_TFT_ILI9341.cpp	Sun Feb 14 15:08:20 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(20000000);          // 20 Mhz SPI clock
     tft_reset();
 }