![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/a/73/a73c8bf7-1a2f-47d4-9379-8b3c3aaa4937/a73c8bf7-1a2f-47d4-9379-8b3c3aaa4937-bg3a.png)
Description
Syntax
Page
Drawing a Bitmap from
Memory
Hexadecimal 0xFE 0x62 [refID] [X] [Y]
Decimal 254 98 [refID] [X] [Y]
ASCII 254 “b” [refID] [X] [Y]
27
Drawing a Bitmap
Directly
Hexadecimal 0xFE 0x64 [X] [Y] [W] [H] [D]
Decimal 254 100 [X] [Y] [W] [H] [D]
ASCII 254 “d” [X] [Y] [W] [H] [D]
27
14.5 Bar Graphs and Drawing
Description
Syntax
Page
Set Drawing Color
Hexadecimal 0xFE 0x63 [color]
Decimal 254 99 [color]
ASCII 254 “c” [color]
28
Draw Pixel
Hexadecimal 0xFE 0x70 [x] [y]
Decimal 254 112 [x] [y]
ASCII 254 “p” [x] [y]
29
Drawing a Line
Hexadecimal 0xFE 0x6C [x1] [y1] [x2] [y2]
Decimal 254 108 [x1] [y1] [x2] [y2]
ASCII 254 “l” [x1] [y1] [x2] [y2]
29
Continue a Line
Hexadecimal 0xFE 0x65 [x] [y]
Decimal 254 101 [x] [y]
ASCII 254 “e” [x] [y]
30
Draw a Rectangle
Hexadecimal 0xFE 0x72 [color] [x1] [y1] [x2] [y2]
Decimal 254 114 [color] [x1] [y1] [x2] [y2]
ASCII 254 “r” [color] [x1] [y1] [x2] [y2]
30
Drawing a Solid
Rectangle
Hexadecimal 0xFE 0x78 [color] [x1] [y1] [x2] [y2]
Decimal 254 120 [color] [x1] [y1] [x2] [y2]
ASCII 254 “x” [color] [x1] [y1] [x2] [y2]
31
Initializing a Bar Graph
Hexadecimal 0xFE 0x67 [refID] [type] [x1] [y1] [x2] [y2]
Decimal 254 103 [refID] [type] [x1] [y1] [x2] [y2]
ASCII 254 “g” [refID] [type] [x1] [y1] [x2] [y2]
31
Drawing a Bar Graph
Hexadecimal 0xFE 0x69 [ref] [value]
Decimal 254 105 [ref] [value]
ASCII 254 “i” [ref] [value]
32
Matrix Orbital GLK24064-25 54