1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-11-21 04:42:04 +00:00

media type info now also with text output, thanks to Sönke Peters

This commit is contained in:
Dominic Radermacher
2022-09-11 06:25:35 +02:00
parent 674e0da5fb
commit ffc1b1f7b1
3 changed files with 77 additions and 3 deletions

View File

@@ -107,3 +107,7 @@ int ptouch_info_cmd(ptouch_dev ptdev, int size_x);
int ptouch_rasterstart(ptouch_dev ptdev);
int ptouch_sendraster(ptouch_dev ptdev, uint8_t *data, size_t len);
void ptouch_list_supported();
const char* pt_mediatype(unsigned char media_type);
const char* pt_tapecolor(unsigned char tape_color);
const char* pt_textcolor(unsigned char text_color);