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: FT800_touch_track FT800_JPG
Revision 3:3c631ce6fbb5, committed 2015-01-28
- Comitter:
- dreschpe
- Date:
- Wed Jan 28 23:33:56 2015 +0000
- Parent:
- 2:ab74a9a05970
- Commit message:
- Initial
Changed in this revision
| FT_CoPro_Cmds.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/FT_CoPro_Cmds.cpp Sat Jan 04 13:56:38 2014 +0000
+++ b/FT_CoPro_Cmds.cpp Wed Jan 28 23:33:56 2015 +0000
@@ -435,13 +435,14 @@
Ft_Gpu_CoCmd_EndFunc( (FT_CMD_SIZE*4));
}
+// The Loadimage command has to transfer bitmap data ... no start end
ft_void_t FT800::Ft_Gpu_CoCmd_LoadImage( ft_uint32_t ptr, ft_uint32_t options)
{
- Ft_Gpu_CoCmd_StartFunc( FT_CMD_SIZE*3);
+ //Ft_Gpu_CoCmd_StartFunc( FT_CMD_SIZE*3);
Ft_Gpu_Copro_SendCmd( CMD_LOADIMAGE);
Ft_Gpu_Copro_SendCmd( ptr);
Ft_Gpu_Copro_SendCmd( options);
- Ft_Gpu_CoCmd_EndFunc( (FT_CMD_SIZE*3));
+ //Ft_Gpu_CoCmd_EndFunc( (FT_CMD_SIZE*3));
}
ft_void_t FT800::Ft_Gpu_CoCmd_Dlstart( )
EVE FT800