From 1abedff388ebf681d38c482317598694cd5d0bf2 Mon Sep 17 00:00:00 2001 From: atc1441 Date: Fri, 27 Feb 2026 14:16:53 +0100 Subject: [PATCH] Added 2.9 and 2.13 High Res --- resources/tagtypes/70.json | 18 ++++++++++++++++++ resources/tagtypes/71.json | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 resources/tagtypes/70.json create mode 100644 resources/tagtypes/71.json diff --git a/resources/tagtypes/70.json b/resources/tagtypes/70.json new file mode 100644 index 00000000..71ead06b --- /dev/null +++ b/resources/tagtypes/70.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "name": "HS 2.9\" HighRes", + "width": 384, + "height": 168, + "rotatebuffer": 1, + "bpp": 2, + "colortable": { + "white": [ 255, 255, 255 ], + "black": [ 0, 0, 0 ], + "red": [ 255, 0, 0 ] + }, + "shortlut": 0, + "zlib_compression": "27", + "options": [ "button", "led" ], + "contentids": [ 22, 23, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 20, 26, 27 ], + "usetemplate": 51 +} diff --git a/resources/tagtypes/71.json b/resources/tagtypes/71.json new file mode 100644 index 00000000..5f701bfa --- /dev/null +++ b/resources/tagtypes/71.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "name": "HS 2.13\" BWR High Res", + "width": 296, + "height": 144, + "rotatebuffer": 1, + "bpp": 2, + "colortable": { + "white": [ 255, 255, 255 ], + "black": [ 0, 0, 0 ], + "red": [ 255, 0, 0 ] + }, + "zlib_compression": "27", + "shortlut": 2, + "options": [ "button" ], + "contentids": [ 22, 23, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 16, 17, 18, 19, 20, 21, 27 ], + "usetemplate": 1 +}