Xiamen Cashino Technology Co.,Ltd
A3 User Manual
25
means that this bit can not print.
If the horizontal bytes exceed printing area, then the exceeding part will be
ignored.
The paper feeds accordingly to the image size when this commanding is using,
not influenced by the setting of ESC 2, ESC 3 line space.
After this command, the printing coordinates will be reset to the left margin
and the image content will be cleared.
the relationship between bitmap data and the printing effect is as below:
This command has the printing function, data will be transferred while
printing, no need to use the printing command again
Example
1B 40
1d 76 30 00 03 00 09 00
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF
Define downloaded bitmap
Name
Define downloaded bitmap
Code
ASCII
:
GS * x y d1...d(x×y×8)
DEC
:
29 42 x y d1 ...d(x×y×8)
HEX
:
1D 2A x y d1...d(x×y×8)
Function
using x and y to appoint dots to define the downloaded bitmap
x appoints that the horizontal dots as 8*x.
y appoints that the vertical dots as 8*y.
Parameter
range
1 ≤ x ≤ 255
1 ≤ y ≤ 48
x*y ≤ 1536
0 ≤ d ≤ 255
Default
None
Notes
If x*y is out of the specified range, this command will be forbidden.
The d indicates bitmap data. Data (d) specifies the printing bit as 1 and the
not printing bit as 0.
The downloaded bitmap definition will be cleared when:
ESC @ is executed.
ESC & is executed.
Printer is reset or the power is turned off.
The following figure shows the relationship between the downloaded