BT-T080 Programming Manual
- 35 -
GS * x y d1...d(x × y × 8) Define downloaded bitmap
[Function]
Define downloaded bitmap.
[Format]
ASCII
GS
*
x y
d1...d(x × y × 8)
Hex
1D
2A x y
d1...d(x × y × 8)
Decimal 29
42 x y
d1...d(x × y × 8)
[Value range]
1 ≤ x ≤ 255, 1 ≤ y ≤ 48, 0 ≤ d ≤ 255, x × y ≤ 512
[Notes]
• x specifies the number of dots in the horizontal direction.
• y specifies the number of dots in the vertical direction.
• The number of dots in the horizontal direction is x × 8, and in the vertical direction is y
× 8.
• If x × y is out of the specified range, this command is disabled.
• The d indicates bitmap data. Set a corresponding bit of data to be 1 for printing a dot,
or to be 0 for not print a dot.
• The downloaded bitmap is cleared when the power of printer is turned off.
• The following figure shows the relationship between the downloaded bitmap and the
printed data:
[Relative]
GS /
GS / m Print downloaded bitmap
[Function]
Print downloaded bitmap.
[Format]
ASCII
GS
/
m
Hex
1D
2F m
Decimal 29
47 m
[Value range]
0 ≤ m ≤ 3, 48 ≤ m ≤ 51
[Notes]
Prints a downloaded bitmap using the mode specified by m
Set print mode based on the value of m:
m
Mode
Vertical Density (DPI)
Horizontal Density (DPI)
0, 48
Normal
203
203
1, 49
Double-width
203
101
2, 50
Double-height
101
203
3, 51
Quadruple
101
101