diff --git a/framebuffer.py b/framebuffer.py index 4a8c517..d27ddfb 100644 --- a/framebuffer.py +++ b/framebuffer.py @@ -1,3 +1,5 @@ +from PIL import Image + class Framebuffer(object): def __init__(self, device_no: int): self.path = "/dev/fb%d" % device_no