fixed memtemp location for inky display

Signed-off-by: Josh Bauer <joshbauer3@gmail.com>
This commit is contained in:
Josh Bauer 2019-11-10 14:08:33 -05:00
parent a2ac679499
commit 229e2671e8

@ -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)