1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-11-20 20:32:05 +00:00

show user hint when PT-2430PC / PT-P700 are in P-Lite mode, show notice about unsupported raster mode

This commit is contained in:
Dominic Radermacher
2019-05-23 16:20:40 +02:00
parent 05873ed64e
commit 4639f7c23d
2 changed files with 13 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ struct _pt_tape_info {
#define FLAG_NONE (0x00)
#define FLAG_UNSUP_RASTER (0x01)
#define FLAG_RASTER_PACKBITS (0x02)
#define FLAG_PLITE (0x04)
struct _pt_dev_info {
int vid; /* USB vendor ID */