include GPIO for waveshare27inchPartial

This commit is contained in:
Sniffleupagus
2023-07-03 13:25:01 -07:00
parent f092205bb0
commit 0a7064d026

View File

@ -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