From 0a7064d0260c34ecf7a256d36ab85dc6c7d2a969 Mon Sep 17 00:00:00 2001 From: Sniffleupagus Date: Mon, 3 Jul 2023 13:25:01 -0700 Subject: [PATCH] include GPIO for waveshare27inchPartial --- pwnagotchi/ui/view.py | 2 ++ 1 file changed, 2 insertions(+) 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