FT800 Series Programmer Guide
Version 2.1
Document Reference No.: BRT_000030 Clearance No.: BRT#037
143
Copyright © Bridgetek Limited
4.44
VERTEX2II
Start the operation of graphics primitive at the specified coordinates in pixel precision.
Encoding
31 30 29 21 20 12
11 7
6 0
0b’10
X
Y
handle
cell
Parameters
x
x-coordinate in pixels, from 0 to 511.
y
y-coordinate in pixels, from 0 to 511.
handle
Bitmap handle. The valid range is from 0 to 31. From 16 to 31, the bitmap
handle is dedicated to the FT800 built-in font.
cell
Cell number. Cell number is the index of bitmap with same bitmap layout and
format. For example, for handle 31, the cell 65 means the character "A" in
the largest built in font.
Description
The range of coordinates is from -16384 to +16383 in terms of pixel unit. The
handle and cell parameters are ignored unless the graphics primitive is specified as
bitmap by command BEGIN, prior to this command.
Graphics context
None
See also
None