Begin G

From MCS Wiki AVR
Revision as of 21:03, 12 December 2014 by Admin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Action

Begin drawing a Graphics Primitive.

 

 

Syntax

Begin_G  prim 

 

 

Remarks

prim

BITMAPS

POINTS

LINES

LINE_STRIP

EDGE_STRIP_R

EDGE_STRIP_L

EDGE_STRIP_A

EDGE_STRIP_B

RECTS

Bitmap Drawing Primitive

Point Drawing Primitive

Line Drawing Primitive

Line Strip Drawing Primitive

Edge Strip Right side Drawing Primitive

Edge Strip Left side Drawing Primitive

Edge Strip Above Drawing Primitive

Edge Strip Below Drawing Primitive

Rectangle Drawing Primitive

 

All  primitives  supported  by  the  FT800  are  defined  in  the  table  above.  The  primitive

to be drawn is selected by the Begin_G command.  Once the primitive is selected, it will be

valid till the new primitive is selected by the Begin_G command.

 

Please  Note: The primitive drawing operation will not be performed until Vertex2ii or Vertex2f is executed.

 

See also

END_G , VERTEX2FVERTEX2II

 

 

Example

Personal tools
Namespaces
Variants
Actions
Navigation
Language