From ee0661eeb22aa8fa0e48a534a09284baa4d3891d Mon Sep 17 00:00:00 2001 From: Misiu <1741838+Misiu@users.noreply.github.com> Date: Mon, 18 May 2026 00:42:06 +0000 Subject: [PATCH] Update tag type definitions from OpenEPaperLink --- custom_components/opendisplay/const.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/opendisplay/const.py b/custom_components/opendisplay/const.py index 5cb487f..4f58b5d 100644 --- a/custom_components/opendisplay/const.py +++ b/custom_components/opendisplay/const.py @@ -12,7 +12,7 @@ 0: {"version": 4, "name": "M2 1.54\"", "width": 152, "height": 152}, 1: {"version": 5, "name": "M2 2.9\"", "width": 296, "height": 128}, 2: {"version": 5, "name": "M2 4.2\"", "width": 400, "height": 300}, - 3: {"version": 6, "name": "M2 2.2\"", "width": 212, "height": 104}, + 3: {"version": 7, "name": "M2 2.2\"", "width": 212, "height": 104}, 4: {"version": 4, "name": "M2 2.6\"", "width": 296, "height": 152}, 5: {"version": 4, "name": "M2 7.4\"", "width": 640, "height": 384}, 6: {"version": 4, "name": "Opticon 2.2\"", "width": 250, "height": 128}, @@ -60,6 +60,7 @@ 78: {"version": 2, "name": "M3 2.6\" BW", "width": 360, "height": 184}, 79: {"version": 1, "name": "M3 2.6\" BWRY", "width": 360, "height": 184}, 80: {"version": 4, "name": "HD150 5.83\" BWR", "width": 648, "height": 480}, + 83: {"version": 3, "name": "M3 3.5\" BWRY RTL", "width": 480, "height": 224}, 84: {"version": 4, "name": "HS BW 2.13\"", "width": 256, "height": 128}, 85: {"version": 5, "name": "HS BWR 2.13\"", "width": 256, "height": 128}, 86: {"version": 6, "name": "HS BWR 2.66\"", "width": 296, "height": 152},