mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 02:04:36 +01:00
Added E5.json for Elcrow Advanced 2.8" AP.
This commit is contained in:
29
resources/tagtypes/E5.json
Executable file
29
resources/tagtypes/E5.json
Executable file
@@ -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" ] }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user