
21
5.4 Bitmaps
ID Size Data
ID Size Data
ID Size Data
Upload a bitmap to a graphic display. To create a bitmap see the Bitmap File Creation section, for upload protocol
see the File Upload Protocol or XModem Upload Protocol entries.
1 byte, unique bitmap identification number, must be less than 128
2 bytes, width and height of the bitmap
variable length, bitmap file data, see Bitmap File Creation example
4.2 Draw a Bitmap
from Memory
ID X Position Y Position
ID X Position Y Position
ID X Position Y Position
Draw a previously uploaded bitmap from memory. Top left corner must be specified for drawing.
1 byte, unique bitmap identification number
1 byte, leftmost coordinate of bitmap
1 byte, topmost coordinate of bitmap
4.3 Draw a Bitmap
Directly
X Position Y Position Width Height Data
X Position Y Position Width Height Data
X Position Y Position Width Height Data
Draw a bitmap directly to the graphic display without saving to memory.
1 byte, leftmost coordinate of bitmap
1 byte, topmost coordinate of bitmap
bitmap dependent, see Bitmap File Creation example
Comentarios a estos manuales