From d2f1e3bfe043e99b7fd60b5770f21b75a5648f59 Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Fri, 30 Nov 2018 05:38:30 +0100 Subject: [PATCH 1/3] Added Espon TM-T88V data --- data/profile/TM-T88V.yml | 57 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 data/profile/TM-T88V.yml diff --git a/data/profile/TM-T88V.yml b/data/profile/TM-T88V.yml new file mode 100644 index 0000000..9f0595b --- /dev/null +++ b/data/profile/TM-T88V.yml @@ -0,0 +1,57 @@ +--- +TM-T88IV: + name: TM-T88V + vendor: "Epson" + inherits: default + notes: > + Epson TM-T88V profile + media: + width: + mm: 80 + pixels: 512 + fonts: + 0: + name: Font A + columns: 42 + 1: + name: Font B + columns: 56 + codePages: + 0: CP437 + 1: CP932 + 2: CP850 + 3: CP860 + 4: CP863 + 5: CP865 + 11: CP851 + 12: CP853 + 13: CP857 + 14: CP737 + 15: ISO_8859-7 + 16: CP1252 + 17: CP866 + 18: CP852 + 19: CP858 + 30: TCVN-3-1 + 31: TCVN-3-2 + 32: CP720 + 33: CP775 + 34: CP855 + 35: CP861 + 36: CP862 + 37: CP864 + 38: CP869 + 39: ISO_8859-2 + 40: ISO_8859-15 + 41: CP1098 + 45: CP1250 + 46: CP1251 + 47: CP1253 + 48: CP1254 + 49: CP1255 + 50: CP1256 + 51: CP1257 + 52: CP1258 + 53: RK1048 + 255: Unknown +... From e778bc55fe2a30c57ff34e4244643f9dfc12ca5e Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Fri, 30 Nov 2018 05:39:34 +0100 Subject: [PATCH 2/3] Added Media information to TM-T88IV --- data/profile/TM-T88IV.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/profile/TM-T88IV.yml b/data/profile/TM-T88IV.yml index 4574bd8..ae01cdd 100644 --- a/data/profile/TM-T88IV.yml +++ b/data/profile/TM-T88IV.yml @@ -5,6 +5,10 @@ TM-T88IV: inherits: default notes: > Epson TM-T88IV profile + media: + width: + mm: 80 + pixels: 512 fonts: 0: name: Font A From 342f721325477d1ecc8932848efd290356bdd9db Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Fri, 30 Nov 2018 20:54:07 +0100 Subject: [PATCH 3/3] corrected name of profile --- data/profile/TM-T88V.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/profile/TM-T88V.yml b/data/profile/TM-T88V.yml index 9f0595b..d63186b 100644 --- a/data/profile/TM-T88V.yml +++ b/data/profile/TM-T88V.yml @@ -1,5 +1,5 @@ --- -TM-T88IV: +TM-T88V: name: TM-T88V vendor: "Epson" inherits: default