Update memtemp.py

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

@ -44,7 +44,7 @@ class MemTemp(plugins.Plugin):
if ui.is_waveshare_v2():
h_pos = (180, 80)
v_pos = (180, 61)
if ui.is_waveshare_v1():
elif ui.is_waveshare_v1():
h_pos = (180, 80)
v_pos = (180, 61)
elif ui.is_inky():