A message containing sprite coordinates information for display.
Constructs an instance of TxSpriteCoords.
Configuration options for the sprite coordinates.
Unsigned byte identifying the sprite code
Palette offset value for the sprite (0..15)
X-coordinate for sprite position (1..640)
Y-coordinate for sprite position (1..400)
Packs the message into a binary format.
Uint8Array Binary representation of the message in the format: [code, x_msb, x_lsb, y_msb, y_lsb, offset] (6 bytes)
A message containing sprite coordinates information for display.