examples: software_barcode: fix too long code39 for 5890 printer

This commit is contained in:
Romain Porte 2020-05-10 14:04:25 +02:00
parent 1e313cefc6
commit 725f1254aa
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ p = Usb(0x0416, 0x5011, profile="POS-5890")
# Some software barcodes
p.soft_barcode('code128', 'Hello')
p.soft_barcode('code39', '123456')
p.soft_barcode('code39', '1234')