Merge pull request from budd3993/fix-memtemp-inky

fixed memtemp location for inky display
This commit is contained in:
evilsocket 2019-11-11 10:51:22 +01:00 committed by GitHub
commit b2c6de72cd
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)
elif ui.is_inky():
h_pos = (140, 68)
v_pos = (165, 54)
else:
h_pos = (155, 76)
v_pos = (180, 61)