My FT800 lib
Diff: FT_Gpu_Hal.cpp
- Revision:
- 6:16e22c789f7d
- Parent:
- 4:363ec27cdfaa
--- 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();