david childs / FT800_3

Dependents:   FT810_RGB_demo FT81x_TripComp_test FT810_LoadJPG

Fork of FT800_2 by Peter Drescher

Revision:
6:16e22c789f7d
Parent:
4:363ec27cdfaa
Child:
7:a69ac4d39afd
--- a/FT_Gpu_Hal.cpp	Thu Sep 25 20:32:21 2014 +0000
+++ b/FT_Gpu_Hal.cpp	Tue Feb 10 23:32:22 2015 +0000
@@ -23,7 +23,7 @@
 	 _f800_isr(InterruptIn(intr))
 	 {
 	 	 _spi.format(8,0);                  // 8 bit spi mode 0
-    	 _spi.frequency(4000000);          // start with 10 Mhz SPI clock
+    	 _spi.frequency(2000000);          // start with 10 Mhz SPI clock
     	 _ss = 1;                           // cs high
     	 _pd = 1;                           // PD high
 		 Bootup();