Skip to content

Commit

Permalink
memtemp plugin for waveshare.com/1.44inch-lcd-hat
Browse files Browse the repository at this point in the history
  • Loading branch information
Evg33 committed Dec 6, 2019
1 parent a12e2aa commit 04720ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pwnagotchi/plugins/default/memtemp.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ def on_ui_setup(self, ui):
if ui.is_waveshare_v2():
h_pos = (180, 80)
v_pos = (180, 61)
elif ui.is_waveshare144lcd():
h_pos = (53, 77)
v_pos = (78, 67)
elif ui.is_inky():
h_pos = (140, 68)
v_pos = (165, 54)
Expand Down

0 comments on commit 04720ec

Please sign in to comment.