From c3e729744a11a87ea3fe793ea2fdef113ef6dd14 Mon Sep 17 00:00:00 2001 From: Skip Hansen Date: Tue, 25 Mar 2025 12:56:11 -0700 Subject: [PATCH] Added E5.json for Elcrow Advanced 2.8" AP. --- resources/tagtypes/E5.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 resources/tagtypes/E5.json diff --git a/resources/tagtypes/E5.json b/resources/tagtypes/E5.json new file mode 100755 index 00000000..fd83acac --- /dev/null +++ b/resources/tagtypes/E5.json @@ -0,0 +1,29 @@ +{ + "version": 1, + "name": "TFT 240x320", + "width": 320, + "height": 172, + "rotatebuffer": 0, + "bpp": 16, + "colortable": { + "white": [ 255, 255, 255 ], + "black": [ 0, 0, 0 ], + "red": [ 255, 0, 0 ] + }, + "shortlut": 0, + "options": [ ], + "contentids": [ 22, 1, 2, 3, 4, 8, 7, 19, 10, 11, 21 ], + "usetemplate": 1, + "template": { + "21": [ + { "box": [ 0, 0, 320, 172, 1 ] }, + { "text": [ 10, 15, "OpenEpaperLink AP", "calibrib30", 2, 0, 0, 1 ] }, + { "text": [ 10, 70, "IP address:", "bahnschrift20", "#888888", 0, 0, 1 ] }, + { "text": [ 120, 70, "{ap_ip}", "bahnschrift20", 0, 0, 0, 1 ] }, + { "text": [ 10, 95, "Channel:", "bahnschrift20", "#888888", 0, 0, 1 ] }, + { "text": [ 120, 95, "{ap_ch}", "bahnschrift20", 0, 0, 0, "1" ] }, + { "text": [ 10, 120, "Tag count:", "bahnschrift20", "#888888", 0, 0, 1 ] }, + { "text": [ 120, 120, "{ap_tagcount}", "bahnschrift20", 0, 0, 0, "1" ] } + ] + } +}