GUI BITMAP x, y, bits [, width] [, height] [, scale] [, c] [, bc]
Displays the bits in a bitmap on an LCD panel starting at ‘x’ and ‘y’ on an attached LCD panel.
‘height’ and ‘width’ are the dimensions of the bitmap as displayed on the LCD panel and default to 8×8.
‘scale’ is optional and defaults to that set by the FONT command.
‘c’ is the drawing color and ‘bc’ is the background color. They are optional and default to the current foreground and background colors.
The bitmap can be an integer or a string variable or constant and is drawn using the first byte as the first bits of the top line (bit 7 first, then bit 6, etc) followed by the next byte, etc. When the top line has been filled the next line of the displayed bitmap will start with the next bit in the integer or atring.
See also:
CLS
COLOR
MM.HRES
MM.VRES
Applies to:
CGMICROBOARD
CGMICROMITE
Leave a Reply