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.
Revision 8:b5a41d1581ad, committed 2016-12-22
- 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);