From 04720ecc429884bdd512a3171f533474c1f12c13 Mon Sep 17 00:00:00 2001 From: Evg33 Date: Fri, 6 Dec 2019 03:24:44 +0300 Subject: [PATCH] memtemp plugin for waveshare.com/1.44inch-lcd-hat --- pwnagotchi/plugins/default/memtemp.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pwnagotchi/plugins/default/memtemp.py b/pwnagotchi/plugins/default/memtemp.py index 83a3dc8c..0682b7b3 100644 --- a/pwnagotchi/plugins/default/memtemp.py +++ b/pwnagotchi/plugins/default/memtemp.py @@ -44,6 +44,9 @@ class MemTemp(plugins.Plugin): 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)