User-Defined Characters

Note: See Chapter 6 for sample programs and further information.
ESC &

 

 

DefineUser-DefinedCharacters

Format:

 

&

NUL(d1)(d2)

...

 

ASCII code:

ESC

(dn)

Decimal:

27

38

0

(d1)

(d2)

...

(dn)

Hexadecimal:

1B

26

00

(d1)

(d2)

...

(dn)

Comments:

This command allows characters to be re-defined in the currently selected mode. See Chapter 6 for details.

ESC :

 

 

 

Copy ROM into RAM

Format:

 

 

 

 

 

ASCII code:

ESC

:

0

0

0

Decimal :

27

58

0

0

0

Hexadecimal:

1B

3A

00

00

00

Comments:

This code allows the characters in the LQ ROM to be copied into RAM so that they can be used with user-defined characters.

ESC %

 

 

Select User-Defined Set

Format:

 

 

 

ASCII code:

ESC

%

(n)

Decimal :

27

37

(n)

Hexadecimal:

1B

25

(n)

Comments:

This code selects the user-defined set if n = 1 and the standard set if n = 0. ESC & is required to define the character set.

I-25