generate the cutmark as image instead of ptouch-commands, so it can be saved as png, too

This commit is contained in:
Dominic Radermacher 2019-03-28 16:10:54 +01:00
parent 428004c204
commit 6b2096cea7
3 changed files with 25 additions and 30 deletions

View file

@ -81,7 +81,6 @@ int ptouch_send(ptouch_dev ptdev, uint8_t *data, int len);
int ptouch_init(ptouch_dev ptdev);
int ptouch_lf(ptouch_dev ptdev);
int ptouch_ff(ptouch_dev ptdev);
int ptouch_cutmark(ptouch_dev ptdev);
int ptouch_eject(ptouch_dev ptdev);
int ptouch_getstatus(ptouch_dev ptdev);
int ptouch_getmaxwidth(ptouch_dev ptdev);