This commit is contained in:
hmax42
2019-12-01 07:56:09 +01:00
committed by GitHub
parent 1c299832ae
commit 6df7bcd885

View File

@ -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)
if ui.is_waveshare_v1():
h_pos = (180, 80)
v_pos = (180, 61)
elif ui.is_inky(): elif ui.is_inky():
h_pos = (140, 68) h_pos = (140, 68)
v_pos = (165, 54) v_pos = (165, 54)