NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
#define RICOpSprite (   _DataAddr,
  _Rows,
  _BytesPerRow,
  _SpriteData 
)    ((_Rows*_BytesPerRow)+((_Rows*_BytesPerRow)%2)+8)&0xFF, ((_Rows*_BytesPerRow)+((_Rows*_BytesPerRow)%2)+8)>>8, 1, 0, (_DataAddr)&0xFF, (_DataAddr)>>8, (_Rows)&0xFF, (_Rows)>>8, (_BytesPerRow)&0xFF, (_BytesPerRow)>>8, _SpriteData

Output an RIC Sprite opcode.

Parameters
_DataAddrThe address of the sprite.
_RowsThe number of rows of data.
_BytesPerRowThe number of bytes per row.
_SpriteDataThe actual sprite data. See RICSpriteData.
Examples:
ex_dispgaout.nxc, ex_dispgaoutex.nxc, and ex_sysdrawgraphicarray.nxc.