61
<ESC> “X” n1 n2 m1 m2 ...
1B 5 n1 n2 m1 m2 ...
Print fine density graphics
Prints a bit image of the input data using horizontal and vertical
resolutions of 8 dots/mm.
Data extending past the right margin is ignored.
The relationship between the input data and the actual printing is
shown below.
1n1 + n2 × 256 576
CODE
HEX
FUNCTION
≤ ≤
MSB
Dot
Position
LSB
b7 b6 b5 b4 b3 b2 b1 b0
d1••• MSB LSB
b7 b6 b5 b4 b3 b2 b1 b0
d2••• MSB LSB
b7 b6 b5 b4 b3 b2 b1 b0
d3•••
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24