Vitaliy Loginov / FT813

Dependents:   disp70 disp70

Files at this revision

API Documentation at this revision

Comitter:
cpm219
Date:
Thu Dec 22 20:14:43 2016 +0000
Parent:
6:ce30c1530d71
Child:
9:ca6a7c6a2f4b
Commit message:
changed sclk from 12 MHz to 30 MHz

Changed in this revision

src/FT_GPU_Hal.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);