Commands Arranged by Topic
Userdefined charactersA S C I I | D e c . | H e x . | Description | |
|
|
|
|
|
ESC & nn | 38 | 26 |
| Define |
|
|
| ESC & 0 nl n2 d0 d1 d2 data | |
|
|
| n1 = code for first character | |
|
|
| n2 | = code for last character |
|
|
| d0 = left space of character | |
|
|
| dl | = Body width of character |
|
|
| d2 | = right space of character |
|
|
| data: 3 bytes required for each column; | |
|
|
| super/subscripts require only 2 bytes per | |
|
|
| column | |
ESC : 0 n 0 | 58 | 3A | Copy ROM to RAM | |
|
|
| n = font family | |
ESC % n | 37 | 25 | Select | |
|
|
| 0: Normal set | |
|
|
| 1: | |
ESC 6 | 54 | 36 | Enable Printable Characters | |
|
|
| With graphics character sets this | |
|
|
| command enables the printing of codes | |
|
|
| ||
ESC 7 | 55 | 37 | Enable Upper Control Codes | |
|
|
| Cancels ESC 6 |