ESC *

 

 

 

Select Graphics Mode

Format:

 

 

 

 

 

ASCII code:

ESC

*

(m)

(n1)

(n2)

Decimal:

27

42

(m)(n1)(n2)

Hexadecimal:

1B

2A

(m)

(n1)(n2)

Comments:

Turns on graphics mode m. See Chapter 6 for details on the 11 modes available. The values n1 and n2 specify the number of dot columns of graphics data to print by the formula n1 + (n2 X 256).

ESC ?

 

 

 

Reassign Graphics Mode

Format:

 

 

 

 

ASCII code:

ESC

?

(s)

(m)

Decimal:

27

63

(s)

(m)

Hexadecimal:

1B

3F

(s)

(m)

Comments:

Changes one graphics mode to another. The variable s is a character K, L, Y or Z, which is reassigned to a new mode number m = O-6, 32, 33, 38, 39, or 40. See Chapter 6 for details on the 11 modes available.

I-24