Epson FX Emulation
m DPI Graphics | ESC * m n1 n2 data |
Selects eight wire graphics of density m as listed in the following table for n1 + (n2 x 256) columns of data.
m | Density | _______ |
060 dpi (same as ESC K)
1120 dpi (same as ESC L)
2120 dpi high speed (same as ESC Y)
3240 dpi high speed (same as ESC Z)
480 dpi
572 dpi
690 dpi
7144 dpi
Example: The following escape sequence will print four bytes of graphics data at 72 x 72 dpi. The resulting figure will resemble a square, since the horizontal and vertical density are the same. If some other density is chosen, the figure will resemble a rectangle.
Escape Sequence: | ESC | * | 5 | 4 | 0 | < | < | < | < |
Hexadecimal: | 1B | 2A | 05 | 04 | 00 | 3C | 3C | 3C | 3C |
Page