This commit is contained in:
hmax42 2019-12-01 07:56:09 +01:00 committed by GitHub
parent 1c299832ae
commit 6df7bcd885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,6 +44,9 @@ class MemTemp(plugins.Plugin):
if ui.is_waveshare_v2():
h_pos = (180, 80)
v_pos = (180, 61)
if ui.is_waveshare_v1():
h_pos = (180, 80)
v_pos = (180, 61)
elif ui.is_inky():
h_pos = (140, 68)
v_pos = (165, 54)