Store Graphics Data In Print Buffer - Seiko RP-F10 Series Technical Reference

Table of Contents

Advertisement

Notes
By this command, the number of data bytes + memory control information bytes is used in the
user area of the FLASH memory.
When the remaining capacity of the user area is less than the memory usage m, this
command is ignored.
In the standard mode, this command is valid only when there is no print data in the line buffer.
The memory usage m is calculated by the formula below.
m = Number of data bytes + Number of bytes of memory control information
Related Commands GS '(' 'L'
(1) GS '(' 'L' pL pH '0' fn '0' bx by '1' xL xH yL yH [d]k
(2) GS '8' 'L' p1 p2 p3 p4 '0' fn '0' bx by '1' xL xH yL yH [d]k
Code
(1) 1DH 28H 4CH pL pH 30H fn 30H bx by 31H xL xH yL yH [d]k
(2) 1DH 38H 4CH p1 p2 p3 p4 30H fn 30H bx by 31H xL xH yL yH [d]k
Definition Range
Function Stores graphics data in raster format in the print buffer with "bx" times the width and "by"
times the height.
pL, pH or p1, p2, p3, p4:
xL, xH:
yL, yH:
fn:
d:
k:
(xH × 256 + xL) dots
d1
d2
For (1) : 11 ≤ (pH × 256 + pL) ≤ 65535
For (2) : 11 ≤ (p4 × 16777216 + p3 × 65536 + p2 × 256 + p1) ≤ 425482
fn = 112
bx = 1, 2
by = 1, 2
1 ≤ (xH × 256 + xL) ≤ 2047
1 ≤ (yH × 256 + yL) ≤ 1662 (when by = 1)
1 ≤ (yH × 256 + yL) ≤ 831 (when by = 2)
0 ≤ d ≤ 255
k = (int((xH × 256 + xL) + 7) / 8) × (yH × 256 + yL)
Number of bytes of the following parameter
Horizontal size of registered data, (xH × 256 + xL) dots
Vertical size of registered data, (yH × 256 + yL) dots
Function selection number
Registered data
Number of image data bytes
d (int (X + 7 / 8))
dk
7
6
5
4
3
2
1
MSB

Store Graphics Data in Print Buffer

6-54
(yH × 256 + yL) dots
0
LSB

Advertisement

Table of Contents
loading

Table of Contents