A SERVICE OF

logo

Commands Arranged by Topic
ESC L
Format:
Select Double-density Graphics Mode
ASCII code: ESC L nl n2
Decimal:
27 76 nl n2
Hexadecimal: 1B 4C nl n2
Comments:
Turns on eight-element, low-speed, double-density graphics
mode. The total number of columns = nl + (n2 x 256).
ESC Y
Format:
Select High-speed Double-density Graphics Mode
ASCII code: ESC Y nl n2
Decimal:
27 89 nl n2
Hexadecimal: 1 B
59 nl n2
Comments:
Turns on eight-element, high-speed, double-density graphics
mode. The total number of columns = nl + (n2 x 256).
ESC Z
Format:
Select Quadruple-density Graphics Mode
ASCII code: ESC Z nl n2
Decimal: 27 90 nl n2
Hexadecimal: 1B 5A nl n2
Comments:
Turns on eight-element, quadruple-density graphics mode.
The total number of columns = nl + (n2 x 256).
Command Summary
9-41