swap default fragment height to 960

This commit is contained in:
Michael 2016-10-04 14:01:26 +11:00
parent cd38cdf74e
commit 10c589ae8d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class Escpos(object):
pass
def image(self, img_source, high_density_vertical=True, high_density_horizontal=True, impl="bitImageRaster",
fragment_height=1024):
fragment_height=960):
""" Print an image
You can select whether the printer should print in high density or not. The default value is high density.