1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-07-15 08:43:30 +00:00

Add a newline for text demo

This commit is contained in:
Davis Goglin 2016-03-28 09:53:45 -07:00
parent 28b82fb54f
commit 1a000d29fd

View File

@ -13,7 +13,7 @@ from . import config
# Value: A list of dictionaries to pass to the escpos function as arguments. # Value: A list of dictionaries to pass to the escpos function as arguments.
DEMO_FUNCTIONS = { DEMO_FUNCTIONS = {
'text': [ 'text': [
{'txt': 'Hello, World!',} {'txt': 'Hello, World!\n',}
], ],
'qr': [ 'qr': [
{'text': 'This tests a QR code'}, {'text': 'This tests a QR code'},