Fix text wrapping error after image

* After an image the text wrapping was disturbed.
This commit is contained in:
Christoph Heuel 2015-08-27 23:20:53 +02:00
parent 25b650c935
commit 546f47edcc
1 changed files with 1 additions and 0 deletions

View File

@ -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):