mirror of
https://github.com/python-escpos/python-escpos
synced 2025-10-03 09:19:59 +00:00
Fix text wrapping error after image
* After an image the text wrapping was disturbed.
This commit is contained in:
@@ -146,6 +146,7 @@ class Escpos:
|
|||||||
i = 0
|
i = 0
|
||||||
temp = 0
|
temp = 0
|
||||||
self._raw(binascii.unhexlify(bytes(buf, "ascii")))
|
self._raw(binascii.unhexlify(bytes(buf, "ascii")))
|
||||||
|
self._raw('\n')
|
||||||
|
|
||||||
|
|
||||||
def qr(self,text):
|
def qr(self,text):
|
||||||
|
Reference in New Issue
Block a user