VM_RESULT vm_graphic_blt_frame( const vm_graphic_frame_t* frames[], const vm_graphic_point_t positions[], VMINT number );
VM_RESULT vm_graphic_blt_frame( const vm_graphic_frame_t* frames[], const vm_graphic_point_t positions[], VMINT number );
This function allows you to blot frames in the LCD. Please note this function works on MediaTek Serial Interface LCD only. The frames don't have to be the same size as the LCD, and the it will be blot from the corresponding positions of the frames. The color format of the frames should remain the same.
|
Parameters |
Description |
|
const vm_graphic_frame_t* frames[] |
[IN] The frames to blot. |
|
const vm_graphic_point_t positions[] |
[IN] The positions for each frame. |
|
VMINT number |
[IN] The number of frames, maximum number is 4. |
VM_RESULT refer to VM_GRAPHIC_RESULT
vmgraphic.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.