Library for FT810 EVE chip
Dependents: PANEL_GUI_hello_world
Revision 9:ca6a7c6a2f4b, committed 2016-12-22
- Comitter:
- cpm219
- Date:
- Thu Dec 22 20:19:22 2016 +0000
- Parent:
- 7:3b4d59de6398
- Parent:
- 8:b5a41d1581ad
- Commit message:
- latest
Changed in this revision
--- a/src/FT_GPU_Hal.cpp Tue Nov 15 03:32:56 2016 +0000 +++ b/src/FT_GPU_Hal.cpp Thu Dec 22 20:19:22 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);