Merge pull request #574 from budd3993/fix-memtemp-inky
fixed memtemp location for inky display
This commit is contained in:
commit
b2c6de72cd
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user