1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

Merge remote-tracking branch 'brianredbeard/ean-example-fix' into 351-ean-example-fix

This commit is contained in:
Patrick Kanzler
2023-07-28 18:10:31 +02:00
3 changed files with 6 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ on a USB interface.
# Print QR Code
p.qr("You can readme from your smartphone")
# Print barcode
p.barcode('1324354657687','EAN13',64,2,'','')
p.barcode('4006381333931','EAN13',64,2,'','')
# Cut paper
p.cut()