From 6df7bcd8859a7a512cb20a5b581aeb233505fe0b Mon Sep 17 00:00:00 2001 From: hmax42 <maximilian.hoetzl@gmail.com> Date: Sun, 1 Dec 2019 07:56:09 +0100 Subject: [PATCH] add ws1 --- 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 83a3dc8..02a619d 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) + if ui.is_waveshare_v1(): + h_pos = (180, 80) + v_pos = (180, 61) elif ui.is_inky(): h_pos = (140, 68) v_pos = (165, 54)