mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	Add a newline for text demo
This commit is contained in:
		@@ -13,7 +13,7 @@ from . import config
 | 
			
		||||
# Value: A list of dictionaries to pass to the escpos function as arguments.
 | 
			
		||||
DEMO_FUNCTIONS = {
 | 
			
		||||
    'text': [
 | 
			
		||||
        {'txt': 'Hello, World!',}
 | 
			
		||||
        {'txt': 'Hello, World!\n',}
 | 
			
		||||
    ],
 | 
			
		||||
    'qr': [
 | 
			
		||||
        {'text': 'This tests a QR code'},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user