Add chain mode and set precut flag for PT-2700

This commit is contained in:
Kevin Thibedeau 2024-06-10 16:54:07 +02:00 committed by Dominic Radermacher
parent a51fcf98f8
commit da9ed2600a
6 changed files with 286 additions and 168 deletions

View file

@ -105,7 +105,7 @@ int ptouch_ff(ptouch_dev ptdev);
size_t ptouch_get_max_width(ptouch_dev ptdev);
size_t ptouch_get_tape_width(ptouch_dev ptdev);
int ptouch_page_flags(ptouch_dev ptdev, uint8_t page_flags);
int ptouch_eject(ptouch_dev ptdev);
int ptouch_finalize(ptouch_dev ptdev, int chain);
int ptouch_getstatus(ptouch_dev ptdev);
int ptouch_getmaxwidth(ptouch_dev ptdev);
int ptouch_send_d460bt_magic(ptouch_dev ptdev);