Genicom GEK 00031B User Manual
Page 41
GEK-00029B
5000 Series Programmer’s Manual
41
ESC [ p1 ; p2 ; p3 q GENGRM – Select Graphics Mode: Selects the graphics mode,
format, and horizontal or vertical density for dot graphics.
The first parameter selects the graphics mode: the second parameter
selects the vertical spacing, and the third selects the horizontal dot
spacing.
p1
value
Selects Graphics Format
null
Reserved: Vertical format 60h x 72v if no
0
Reserved: Vertical format 60h x 72v if no
1
Reserved: Vertical format 120h x 72v if no
2
Reserved: Vertical format 120h x 144v if no
3
Reserved: Sequence ignored
4
Horizontal format 60h x 72v if no
5
Similar to 4, above, if
6+
Reserved: Sequence ignored
Note:
p2
Selects Vertical Density
null
72dpiv (p1=4 only)
0-6
144dpiv
7+
72dpiv
p3
Selects Horizontal Density
null
60dpih (p1=4 only)
0-3
Reserved: Leave current value unchanged
4
Reserved: Leave current value unchanged
5
Reserved: 120dpih
6-7
120dpih
8-10
Reserved: 60dpih
11+
60dpih
Decimal:
27 91
Hex:
1B 5B
BASIC:
CHR$(27);"[
IMPORTANT
This sequence must be sent before entering the graphics mode
with ESC P.