Library for FT810 EVE chip

Fork of FT810 by Curtis Mattull

Revision:
8:b5a41d1581ad
Parent:
6:ce30c1530d71
Child:
10:4c10e6aeb239
--- a/src/FT_GPU_Hal.cpp	Mon Oct 03 00:55:18 2016 +0000
+++ b/src/FT_GPU_Hal.cpp	Thu Dec 22 20:14:43 2016 +0000
@@ -74,8 +74,9 @@
 
 
     // Speed up
+    _spi.frequency(30000000);           // 30 Mhz SPI clock DC
 //    _spi.frequency(20000000);           // 20 Mhz SPI clock DC
-  _spi.frequency(12000000);           // 12 Mhz SPI clock
+//  _spi.frequency(12000000);           // 12 Mhz SPI clock
     /* Configuration of LCD display */
     DispHCycle = my_DispHCycle;
     Wr16(  REG_HCYCLE, DispHCycle);