From 2b896287624c4c7c15a12dbf693c3dc0b5d39801 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sat, 18 Nov 2023 17:35:23 +0100 Subject: [PATCH] Revert "Update faces.py" This reverts commit c4f1639ff4b2a23304c9b985571cd72962db85f6. --- pwnagotchi/ui/faces.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pwnagotchi/ui/faces.py b/pwnagotchi/ui/faces.py index ee8992dc..963e6967 100644 --- a/pwnagotchi/ui/faces.py +++ b/pwnagotchi/ui/faces.py @@ -23,9 +23,7 @@ DEBUG = '(#__#)' UPLOAD = '(1__0)' UPLOAD1 = '(1__1)' UPLOAD2 = '(0__1)' -PNG = False -POSITION_X = 48 -POSITION_Y = 41 + def load_from_config(config): for face_name, face_value in config.items():