Peter Drescher / FT800

Dependents:   FT800_touch_track FT800_JPG

Files at this revision

API Documentation at this revision

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(  )