Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: FT810_RGB_demo FT81x_TripComp_test FT810_LoadJPG
Fork of FT800_2 by
Diff: FT_Gpu_Hal.cpp
- Revision:
- 6:16e22c789f7d
- Parent:
- 4:363ec27cdfaa
- Child:
- 7:a69ac4d39afd
diff -r c0ffdb08b8a5 -r 16e22c789f7d FT_Gpu_Hal.cpp
--- 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();
    