We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b369ad commit 3c04068Copy full SHA for 3c04068
m5stack/libs/m5ui/win.py
@@ -7,7 +7,7 @@
7
import m5ui
8
9
try:
10
- DPI = lv.DPI_DEF / 3
+ DPI = int(lv.DPI_DEF / 3)
11
except Exception:
12
DPI = 80
13
0 commit comments