
110
RabbitCore RCM3209/RCM3229
glXGetFastmap
void glXGetFastmap(int left, int top, int width, int height,
unsigned long xmemptr);
DESCRIPTION
Draws bitmap in the specified space. The data for the bitmap are stored in
xmem
. This
function is similar to
glXPutBitmap()
, except that it's faster. The bitmap must be
byte-aligned. Any portion of a bitmap image or character that is outside the LCD display
area will be clipped.
This function call is intended for use only when a graphic engine is used to interface with
the LCD/keypad module.
PARAMETERS
left
the
x
coordinate of the top left corner of the bitmap (
x
must be
evenly divisible by 8).
top
the
y
coordinate in pixels of the top left corner of the bitmap.
width
the width of the bitmap (must be evenly divisible by 8).
height
the height of the bitmap.
xmemptr
the
xmem
RAM storage address of the bitmap.
RETURN VALUE
None.
SEE ALSO
glXPutBitmap, glPrintf
Содержание RabbitCore RCM3209
Страница 1: ...RabbitCore RCM3209 RCM3229 C Programmable Module with Ethernet User s Manual 019 0165 080528 D...
Страница 6: ...RabbitCore RCM3209 RCM3229...
Страница 20: ...14 RabbitCore RCM3209 RCM3229...
Страница 58: ...52 RabbitCore RCM3209 RCM3229...
Страница 84: ...78 RabbitCore RCM3200...
Страница 135: ...User s Manual 129 keyConfig continued RETURN VALUE None SEE ALSO keyProcess keyGet keypadDef...
Страница 140: ...134 RabbitCore RCM3209 RCM3229...
Страница 144: ...138 RabbitCore RCM3209 RCM3229...
Страница 158: ...152 RabbitCore RCM3209 RCM3229...
Страница 160: ......