python-escpos/escpos
Stephan Sokolow 2a8f852c68 Ensure QR codes have a border large enough for successful scan
(The QR code spec requires a border at least 4*box_size thick but we can't
 just set border=16 because that results in a QR code more than 255px tall
 and I'm not yet ready to use fullimage() as a backend for it)
2014-05-22 01:41:02 -04:00
..
__init__.py imported latest google code repo 2013-08-22 08:16:57 -07:00
constants.py Apply the cash drawer fix detailed in Issue 10 on the Google Code repo. 2014-05-22 01:11:27 -04:00
escpos.py Ensure QR codes have a border large enough for successful scan 2014-05-22 01:41:02 -04:00
exceptions.py Make BarcodeSizeError and BarcodeTypeError display the erroneous value 2014-05-22 00:55:09 -04:00
printer.py we probably want to send all the data 2014-03-14 09:05:47 -07:00