From 0dc406b865088366e90c66d96195398780f0ccf0 Mon Sep 17 00:00:00 2001 From: atc1441 Date: Thu, 11 Dec 2025 12:37:56 +0100 Subject: [PATCH] Added M3 2.6" BW --- resources/tagtypes/4E.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 resources/tagtypes/4E.json diff --git a/resources/tagtypes/4E.json b/resources/tagtypes/4E.json new file mode 100644 index 00000000..c6d7f5fa --- /dev/null +++ b/resources/tagtypes/4E.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "name": "M3 2.6\" BW", + "width": 360, + "height": 184, + "rotatebuffer": 3, + "bpp": 1, + "colortable": { + "white": [ 255, 255, 255 ], + "black": [ 0, 0, 0 ] + }, + "highlight_color": 5, + "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 +}