From d8385530bb0573f66e54dc3b7cd0b4f12451531f Mon Sep 17 00:00:00 2001 From: Misiu <1741838+Misiu@users.noreply.github.com> Date: Mon, 23 Mar 2026 00:26:45 +0000 Subject: [PATCH] Update tag type definitions from OpenEPaperLink --- custom_components/opendisplay/const.py | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/custom_components/opendisplay/const.py b/custom_components/opendisplay/const.py index f260bfa..f066f11 100644 --- a/custom_components/opendisplay/const.py +++ b/custom_components/opendisplay/const.py @@ -41,7 +41,7 @@ 53: {"version": 2, "name": "M3 6.0\"", "width": 600, "height": 448}, 54: {"version": 5, "name": "M3 7.5\"", "width": 800, "height": 480}, 55: {"version": 3, "name": "M3 11.6\"", "width": 960, "height": 640}, - 60: {"version": 3, "name": "M3 4.2\" BWY", "width": 400, "height": 300}, + 60: {"version": 4, "name": "M3 4.2\" BWY", "width": 400, "height": 300}, 64: {"version": 1, "name": "M3 2.9\" BW", "width": 384, "height": 168}, 65: {"version": 1, "name": "M3 5.85\"", "width": 792, "height": 272}, 66: {"version": 1, "name": "M3 5.85\" BW", "width": 792, "height": 272}, @@ -57,7 +57,8 @@ 76: {"version": 1, "name": "M3 7.5\" BWRY", "width": 800, "height": 480}, 77: {"version": 3, "name": "M3 11.6\" BWRY", "width": 960, "height": 640}, 78: {"version": 2, "name": "M3 2.6\" BW", "width": 360, "height": 184}, - 80: {"version": 2, "name": "HD150 5.83\" BWR", "width": 648, "height": 480}, + 79: {"version": 1, "name": "M3 2.6\" BWRY", "width": 360, "height": 184}, + 80: {"version": 4, "name": "HD150 5.83\" BWR", "width": 648, "height": 480}, 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}, @@ -79,10 +80,14 @@ 109: {"version": 3, "name": "HS BWRY 3,5\"", "width": 384, "height": 184}, 110: {"version": 3, "name": "HS BWRY 2,9\"", "width": 296, "height": 128}, 111: {"version": 2, "name": "HS BWRY 2,60\"", "width": 296, "height": 152}, + 112: {"version": 1, "name": "HS 2.9\" HighRes", "width": 384, "height": 168}, + 113: {"version": 1, "name": "HS 2.13\" BWR High Res", "width": 296, "height": 144}, 128: {"version": 1, "name": "Chroma 7.4\"", "width": 640, "height": 384}, 129: {"version": 2, "name": "Chroma Aeon 74 7.4\"", "width": 800, "height": 480}, 130: {"version": 2, "name": "Chroma29 2.9\"", "width": 296, "height": 128}, 131: {"version": 2, "name": "Chroma42 4.2\"", "width": 400, "height": 300}, + 144: {"version": 3, "name": "M3 4.2\" BWRY", "width": 400, "height": 300}, + 145: {"version": 1, "name": "M3 1.6\" 200px BWRY", "width": 200, "height": 200}, 176: {"version": 5, "name": "Gicisky BLE EPD BW 2.13\"", "width": 250, "height": 128}, 177: {"version": 5, "name": "Gicisky BLE EPD BWR 2.13\"", "width": 250, "height": 128}, 178: {"version": 2, "name": "Gicisky BLE EPD BW 2.9\"", "width": 296, "height": 128}, @@ -91,7 +96,11 @@ 186: {"version": 5, "name": "Gicisky BLE TFT 2.13\"", "width": 250, "height": 136}, 189: {"version": 2, "name": "BLE EPD BWR 2.9\" Silabs", "width": 384, "height": 168}, 190: {"version": 1, "name": "ATC MiThermometer BLE", "width": 6, "height": 8}, - 192: {"version": 2, "name": "BWRY example", "width": 360, "height": 180}, + 192: {"version": 2, "name": "BWRY example", "width": 360, "height": 184}, + 193: {"version": 1, "name": "ACeP 4.01", "width": 640, "height": 400}, + 194: {"version": 1, "name": "Spectra 7.3", "width": 800, "height": 480}, + 224: {"version": 2, "name": "TFT 320x172", "width": 320, "height": 172}, + 225: {"version": 2, "name": "TFT 160x80", "width": 160, "height": 80}, 226: {"version": 1, "name": "LILYGO TPANEL 4\"", "width": 480, "height": 480}, 227: {"version": 1, "name": "GDEM1085Z51 10.85\"", "width": 1360, "height": 480}, 228: {"version": 1, "name": "BLE TFT 128x128", "width": 128, "height": 128},