Update README.md

This commit is contained in:
Thomas van den Berg 2013-06-25 22:32:14 +03:00
parent 7d4ef744de
commit 84e316ac32
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ The following example shows how to initialize the Epson TM-TI88IV
Epson = escpos.Escpos(0x04b8,0x0202,0)
Epson.text("Hello World")
Epson.image("logo.gif")
Epson.fullimage("a.really.large.image.png")
Epson.barcode
Epson.barcode('1324354657687','EAN13',64,2,'','')
Epson.cut()