NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
#define RICOpCopyBits (   _CopyOptions,
  _DataAddr,
  _SrcRect,
  _DstPoint 
)    18, 0, 3, 0, (_CopyOptions)&0xFF, (_CopyOptions)>>8, (_DataAddr)&0xFF, (_DataAddr)>>8, _SrcRect, _DstPoint

Output an RIC CopyBits opcode.

Parameters
_CopyOptionsCopyBits copy options. See Drawing option constants.
_DataAddrThe address of the sprite from which to copy data.
_SrcRectThe rectangular portion of the sprite to copy. See RICImgRect.
_DstPointThe LCD coordinate to which to copy the data. See RICImgPoint.
Examples:
ex_dispgaout.nxc, ex_dispgaoutex.nxc, and ex_sysdrawgraphicarray.nxc.