Update README.md
This commit is contained in:
parent
7d4ef744de
commit
84e316ac32
|
@ -75,6 +75,7 @@ The following example shows how to initialize the Epson TM-TI88IV
|
||||||
Epson = escpos.Escpos(0x04b8,0x0202,0)
|
Epson = escpos.Escpos(0x04b8,0x0202,0)
|
||||||
Epson.text("Hello World")
|
Epson.text("Hello World")
|
||||||
Epson.image("logo.gif")
|
Epson.image("logo.gif")
|
||||||
|
Epson.fullimage("a.really.large.image.png")
|
||||||
Epson.barcode
|
Epson.barcode
|
||||||
Epson.barcode('1324354657687','EAN13',64,2,'','')
|
Epson.barcode('1324354657687','EAN13',64,2,'','')
|
||||||
Epson.cut()
|
Epson.cut()
|
||||||
|
|
Loading…
Reference in New Issue