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

Fix wrong sw barcode heigh/width

This commit is contained in:
belono
2023-04-20 17:20:27 +02:00
parent 4031fc3cb1
commit 2d02d8aa6b

View File

@@ -468,8 +468,8 @@ class Escpos(object):
bc,
code,
impl=impl,
module_width=5, # TODO: _hw_barcode() size equivalence
module_height=0.2, # TODO: _hw_barcode() size equivalence
module_height=5, # TODO: _hw_barcode() size equivalence
module_width=0.2, # TODO: _hw_barcode() size equivalence
text_distance=1, # TODO: _hw_barcode() size equivalence
)
return