Merge branch 'fix/break_output_after_image'

This commit is contained in:
Christoph Heuel 2015-12-13 14:18:44 +01:00
commit aa4ffdd21b
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ class Escpos(object):
i = 0
temp = 0
self._raw(binascii.unhexlify(bytes(buf, "ascii")))
self._raw('\n')
def qr(self, text):
""" Print QR Code for the provided string