Specifications
TH230/TH230+ Programmers Guide
191
Notes:
• The minimum of rows are 8 !! n2 described the count of dot rows in byte,
like n1. That means the dot height of logo must be a multiple of 8!.
MSB LSB MSB LSB MSB LSB MSB LSB
d
1
d
2
... d
n1
d
n1+1
d
n1+2
… d
(2xn1)
.
.
.
.
.
.
.
.
d
n2xn1
d
n2xn1
d
n2xn1
d
n2xn1
GS 0x8D
Function:
Text strike-through mode
Code ASCII:
GS 0x8D
n m
Code HEX: 0x1D 0x8D n m
Range:
m
= 0 = retain same color as the character itself
m = 1 = black
m = 2 = paper color
n = standard cell height
Default: n = 0 (off)
Description: This command prints a strike-through over characters. If the strike-through is
as wide as the cell height, this will produce a cell that will be printed as a
solid current color.
When characters are greater than normal size, such as double-high, the
number of character rows claimed by n also increases proportionally, such as
doubling for double-high cells. Location of the strike-through on a cell is on a
cell-by-cell basis, so mixing cell sizes on the same print row will give uneven
results.