Merge branch 'fix/break_output_after_image'
This commit is contained in:
commit
aa4ffdd21b
|
@ -183,6 +183,7 @@ class Escpos(object):
|
||||||
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):
|
||||||
""" Print QR Code for the provided string
|
""" Print QR Code for the provided string
|
||||||
|
|
Loading…
Reference in New Issue