Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions custom_components/opendisplay/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand All @@ -57,6 +57,7 @@
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},
79: {"version": 1, "name": "M3 2.6\" BWRY", "width": 360, "height": 184},
80: {"version": 2, "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},
Expand All @@ -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},
Expand All @@ -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},
Expand Down