Update memtemp.py

This commit is contained in:
hmax42 2019-12-01 14:27:10 +01:00 committed by GitHub
parent 42ed698583
commit 7b219fd139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,8 +45,8 @@ class MemTemp(plugins.Plugin):
h_pos = (180, 80)
v_pos = (180, 61)
elif ui.is_waveshare_v1():
h_pos = (180, 80)
v_pos = (180, 61)
h_pos = (170, 80)
v_pos = (170, 61)
elif ui.is_inky():
h_pos = (140, 68)
v_pos = (165, 54)