– 25 –
LINE MODE
D8
MSB
DOT Position
Image data LSB
D7 D6 D5 D4 D3 D2 D1
1
1
2
3
4
22
21
23
24
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
FUNCTION
Print high density graphics
CODE
<ESC> “L” n1 n2 d1...dk [k = n1+ n2 × 256]
HEX
1B 4C n1 n2 d1...dk [k = n1+ n2 × 256]
REMARKS
Prints high density dot graphics. The graphics image is 24 dots
high and n1 + n2 × 256 dots wide.
d1, d2, ... are the dot data, each a 1-byte value from 0 to 255
representing 24 vertical dots, with the most significant bit repre-
senting the top three and the least significant bit representing the
bottom three.
The number of data bytes must be n1 + n2 × 256.
<Print area>
104mm (TSP800) :1 n1 + n2 × 256 832
72mm (TSP600/700) :1 n1 + n2 × 256 576
52.5mm (TSP700) :1 n1 + n2 × 256 420
80mm (TSP700) :1 n1 + n2 × 256 640
50.8mm (TSP600/700) :1 n1 + n2 × 256 406
Dots beyond the right margin are ignored.
Relationship between image data and print dots