diff --git a/pwnagotchi/ui/faces.py b/pwnagotchi/ui/faces.py index 963e6967..ee8992dc 100644 --- a/pwnagotchi/ui/faces.py +++ b/pwnagotchi/ui/faces.py @@ -23,7 +23,9 @@ 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():