fixed memtemp location for inky display
Signed-off-by: Josh Bauer <joshbauer3@gmail.com>
This commit is contained in:
parent
a2ac679499
commit
229e2671e8
@ -44,6 +44,9 @@ class MemTemp(plugins.Plugin):
|
|||||||
if ui.is_waveshare_v2():
|
if ui.is_waveshare_v2():
|
||||||
h_pos = (180, 80)
|
h_pos = (180, 80)
|
||||||
v_pos = (180, 61)
|
v_pos = (180, 61)
|
||||||
|
elif ui.is_inky():
|
||||||
|
h_pos = (140, 68)
|
||||||
|
v_pos = (165, 54)
|
||||||
else:
|
else:
|
||||||
h_pos = (155, 76)
|
h_pos = (155, 76)
|
||||||
v_pos = (180, 61)
|
v_pos = (180, 61)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user