Browse Source

import image

master
Florin Tobler 3 years ago
parent
commit
c547cb7ac4
  1. 2
      framebuffer.py

2
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

Loading…
Cancel
Save