From 7abf9ff8daec39fc37f6a7b64b3df1df867b3007 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sat, 23 Mar 2024 09:49:46 +0100 Subject: [PATCH] Update faces.py Signed-off-by: jayofelony --- pwnagotchi/ui/faces.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pwnagotchi/ui/faces.py b/pwnagotchi/ui/faces.py index 63bd30f0..a81966c5 100644 --- a/pwnagotchi/ui/faces.py +++ b/pwnagotchi/ui/faces.py @@ -27,6 +27,7 @@ PNG = False POSITION_X = 0 POSITION_Y = 40 + def load_from_config(config): for face_name, face_value in config.items(): globals()[face_name.upper()] = face_value