*!
Description
This command draws bitmap images (as opposed to BMP graphic files).
Syntax
BITMAP X, Y, width, height, mode, bitmap data…
Parameter Description
X Specify the x-coordinate
Y Specify the y-coordinate
width Image width (in bytes)
height Image height (in dots)
mode Graphic modes listed below:
0: OVERWRITE
1: OR
2: XOR
bitmap data Bitmap data
Example