Represents an image of a specified size sliced into a number of "sprite lines" of the full width of the image, and the specified height,
and possibly a final sprite line of a different height.
When sending TxImageSpriteBlock to Frame, the sendMessage() will send the header with block dimensions and sprite line height,
and the user then sends each line[] as a TxSprite message with the same msgCode as the Block, and the frame app will use the line height
to place each line. By sending each line separately we can display them as they arrive, as well as reducing overall memory
requirement (each concat() call is smaller).
Sending an ImageSpriteBlock with no lines is not intended usage.