diff --git a/pwnagotchi/ui/view.py b/pwnagotchi/ui/view.py index 9ecc857f..f452a940 100644 --- a/pwnagotchi/ui/view.py +++ b/pwnagotchi/ui/view.py @@ -16,6 +16,8 @@ from pwnagotchi.ui.components import * from pwnagotchi.ui.state import State from pwnagotchi.voice import Voice +import RPi.GPIO as GPIO + WHITE = 0xff BLACK = 0x00 ROOT = None