From 84e316ac321ac13a3b39c7866de196a40215b0a4 Mon Sep 17 00:00:00 2001 From: Thomas van den Berg Date: Tue, 25 Jun 2013 22:32:14 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 408387b..c912612 100644 --- a/README.md +++ b/README.md @@ -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()