We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a494b54 commit 12cf50aCopy full SHA for 12cf50a
2 files changed
custom_components/gicisky/gicisky_ble/devices.py
@@ -63,11 +63,11 @@ class DeviceEntry:
63
0x8B: DeviceEntry(
64
name="EPD 102",
65
model="EPD 10.2\" BWR",
66
- width=800,
67
- height=480,
+ width=960,
+ height=640,
68
mirror_y=True,
69
compression=True,
70
- max_voltage=3.0
+ max_voltage=2.9
71
),
72
}
73
# 비트7 비트6 비트5 비트4 비트3 비트2 비트1 비트0
custom_components/gicisky/manifest.json
@@ -18,7 +18,7 @@
18
"documentation": "https://github.com/eigger/hass-gicisky",
19
"issue_tracker": "https://github.com/eigger/hass-gicisky/issues",
20
"iot_class": "local_push",
21
- "version": "1.4.1",
+ "version": "1.4.2",
22
"requirements": [
23
"qrcode[pil]==7.4.2",
24
"python-barcode==0.15.1"
0 commit comments