Fix text wrapping error after image
* After an image the text wrapping was disturbed.
This commit is contained in:
parent
25b650c935
commit
546f47edcc
|
@ -146,6 +146,7 @@ class Escpos:
|
|||
i = 0
|
||||
temp = 0
|
||||
self._raw(binascii.unhexlify(bytes(buf, "ascii")))
|
||||
self._raw('\n')
|
||||
|
||||
|
||||
def qr(self,text):
|
||||
|
|
Loading…
Reference in New Issue