From 5755e4aad99fd43f791c19c084f4c2ba4ecaa193 Mon Sep 17 00:00:00 2001 From: Jelmer Date: Mon, 31 Mar 2025 02:18:41 +0200 Subject: [PATCH] Added 2.7" tagtype --- resources/tagtypes/49.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 resources/tagtypes/49.json diff --git a/resources/tagtypes/49.json b/resources/tagtypes/49.json new file mode 100644 index 00000000..09aa64af --- /dev/null +++ b/resources/tagtypes/49.json @@ -0,0 +1,18 @@ +{ + "version": 2, + "name": "M3 2.7\"", + "width": 300, + "height": 200, + "rotatebuffer": 3, + "bpp": 2, + "colortable": { + "white": [ 255, 255, 255 ], + "black": [ 0, 0, 0 ], + "red": [ 255, 0, 0 ] + }, + "zlib_compression": "27", + "shortlut": 0, + "options": [ "button" ], + "contentids": [ 22, 23, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 16, 17, 18, 19, 20, 21, 27, 28 ], + "usetemplate": 4 +}