Increasing the energy of printing because it looks too pale in stickers
I hope it doesn't break normal tickets.
This commit is contained in:
parent
7a281d626a
commit
3746196901
@ -169,7 +169,7 @@ sub print($self) {
|
||||
$buffer .= $self->_make_command( 0xa4, $self->_bytestring(50) );
|
||||
$buffer .= $self->_make_command( 0xbd, $self->_bytestring(10) );
|
||||
$buffer .=
|
||||
$self->_make_command( 0xaf, $self->_bytestring( 0x00, 0x40 ) );
|
||||
$self->_make_command( 0xaf, $self->_bytestring( 0x00, 0x99 ) );
|
||||
$buffer .= $self->_make_command( 0xbe, $self->_bytestring(0x01) );
|
||||
$buffer .= $self->_make_command( 0xa9, $self->_bytestring(0x00) );
|
||||
$buffer .= $self->_make_command(
|
||||
|
Loading…
Reference in New Issue
Block a user