Skip to content

Commit 12cf50a

Browse files
authored
Fix 10.2" resolution (#26)
1 parent a494b54 commit 12cf50a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

custom_components/gicisky/gicisky_ble/devices.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ class DeviceEntry:
6363
0x8B: DeviceEntry(
6464
name="EPD 102",
6565
model="EPD 10.2\" BWR",
66-
width=800,
67-
height=480,
66+
width=960,
67+
height=640,
6868
mirror_y=True,
6969
compression=True,
70-
max_voltage=3.0
70+
max_voltage=2.9
7171
),
7272
}
7373
# 비트7 비트6 비트5 비트4 비트3 비트2 비트1 비트0

custom_components/gicisky/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"documentation": "https://github.com/eigger/hass-gicisky",
1919
"issue_tracker": "https://github.com/eigger/hass-gicisky/issues",
2020
"iot_class": "local_push",
21-
"version": "1.4.1",
21+
"version": "1.4.2",
2222
"requirements": [
2323
"qrcode[pil]==7.4.2",
2424
"python-barcode==0.15.1"

0 commit comments

Comments
 (0)