Skip to content

Commit

Permalink
Added more types
Browse files Browse the repository at this point in the history
  • Loading branch information
atc1441 authored Aug 8, 2024
1 parent 1b0f905 commit e169d02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom_components/open_epaper_link/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,16 @@ def on_message(self,ws, message) -> None:
53: ["M3 6.0\"", 600, 448],
54: ["M3 7.5\"", 800, 480],
67: ["M3 1.3\" Peghook", 144, 200],
69: ["M3 2.2\" Lite", 250, 128],
70: ["M3 2.2\" BW", 296, 160],
85: ["HS BWR 2.13\"", 256, 128],
86: ["HS BWR 2.66\"", 296, 152],
96: ["HS BWY 3.5\"", 384, 184],
97: ["HS BWR 3.5\"", 384, 184],
98: ["HS BW 3.5\"", 384, 184],
128: ["Chroma 7.4\"", 640, 384],
130: ["Chroma29 2.9\"", 296, 128],
131: ["Chroma42 4\"", 400, 300],
176: ["Gicisky BLE EPD BW 2.1\"", 212, 104],
177: ["Gicisky BLE EPD BWR 2.13\"", 250, 128],
178: ["Gicisky BLE EPD BW 2.9\"", 296, 128],
Expand Down

0 comments on commit e169d02

Please sign in to comment.