-
Select graphics mode
Mode ASCII Decimal Hexadecimal
IBM cESC> “1” “g” nl d 27 91 103 nl n2 1 B 58 67 nl n2
m0 ml m.2 . . . m0 ml m2... m0 ml m2...
Selects one of eight graphics modes depending on the value of m0
and prints dot graphics in this mode. The graphic image is (nl + n2
x 256) - 1 dots wide. See cESC> “K” ( for 8-bit graphics) or <FS>
“2” (for 24-bit graphics) for information on ml, m2, . .
m0 Graphics mode
0 8-bit Normal-density ( 60 dots per inch)
1 8-bit Double-density ( 120 dots per inch)
2 8-bit Double-density, double-speed
3 8-bit Quadruple-density (240 dots per inch)
8 24-bit Normal-density ( 60 dots per inch)
9 24-bit Double-density ( 120 dots per inch)
11 24-bit Triple-density ( 180 dots per inch)
12 24-bit Hex-density (360 dots per inch)
Convert graphics density
-
_-
- -
Mode ASCII Decimal Hexadecimal
Both cESC> “?” n m 27 63 n m 1B 3F n m
Converts graphics defined by subsequent <ES0 “K”, <ES0 “L”,
<ES0 “Y” or <ES0 “Z” commands to a density mode defined by
<ES0 “*“. n is “K”, “L”, “Y” or “Z”, indicating the mode to be
converted. m is a code from <O> to <4> or <6> indicating one of the -.
modes of <ESC> “*“. -
68