examples: software_barcode: fix too long code39 for 5890 printer
This commit is contained in:
parent
1e313cefc6
commit
725f1254aa
|
@ -6,4 +6,4 @@ p = Usb(0x0416, 0x5011, profile="POS-5890")
|
||||||
|
|
||||||
# Some software barcodes
|
# Some software barcodes
|
||||||
p.soft_barcode('code128', 'Hello')
|
p.soft_barcode('code128', 'Hello')
|
||||||
p.soft_barcode('code39', '123456')
|
p.soft_barcode('code39', '1234')
|
||||||
|
|
Loading…
Reference in New Issue