Add a newline for text demo
This commit is contained in:
parent
28b82fb54f
commit
1a000d29fd
|
@ -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'},
|
||||||
|
|
Loading…
Reference in New Issue