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:
- 4:363ec27cdfaa
- Parent:
- 3:392d2c733c68
- Child:
- 6:16e22c789f7d
--- a/FT_Gpu_Hal.cpp Fri Sep 19 15:56:15 2014 +0000
+++ b/FT_Gpu_Hal.cpp Sat Sep 20 11:35:43 2014 +0000
@@ -90,11 +90,12 @@
DispVSync1 = my_DispVSync1;
Wr16( REG_VSYNC1, DispVSync1);
DispSwizzle = my_DispSwizzle;
- //Wr8( REG_SWIZZLE, FT_DispSwizzle);
+ Wr8( REG_SWIZZLE, DispSwizzle);
DispPCLKPol = my_DispPCLKPol;
- //Wr8( REG_PCLK_POL, FT_DispPCLKPol);
+ Wr8( REG_PCLK_POL, DispPCLKPol);
+ Wr8( REG_CSPREAD, 1);
DispPCLK = my_DispPCLK;
- //Wr8( REG_PCLK,FT_DispPCLK);//after this display is visible on the LCD
+ Wr8( REG_PCLK, DispPCLK);//after this display is visible on the LCD
Wr16( REG_PWM_HZ, 1000);
