User`s manual
9–55Epson FX Emulation
Graphics, Standard Density
ASCII Code ESC K n1 n2
HEX Code 1B 4B n1 n2
Purpose Selects normal density bit image graphics of 60 dots per inch
horizontally and 72 dots per inch vertically.
Expression CHR$(27);”K”;CHR$(n1);CHR$(n2);”DATA”
where n1 + 256 n2 define the number of data bytes to follow.
DATA = ASCII characters for the dot pattern bytes.
NOTE: “DATA” consist of 8–bit dot columns, with the MSB at the top, and
“1” bits producing dots. For more information, refer to the bit image
section in the Graphics chapter.
Comment You can change graphics density with the ESC ? command.
Example The following example produces a pattern of standard density bit
image graphics. The 9 data bit pattern is repeated 27 times. Compare
this example to the double density and quadruple density examples.