Sign inSign up

flatlining/rpi-inky

By flatlining

•Updated over 7 years ago

https://github.com/flatlining/rpi-inky-docker

Image
0

63

flatlining/rpi-inky repository overview

Docker image to use with the Inky pHAT⁠ and Inky wHAT⁠ using the inky⁠ Python library, more information on the Getting Started⁠ guide.

⁠Run

docker run -it --privileged --rm rpi-inky:2
⁠Test
url = "https://github.com/pimoroni/inky/raw/master/examples/phat/resources/InkypHAT-212x104-bw.png"
from inky import InkyPHAT
from PIL import Image
from six.moves.urllib.request import urlopen
inky = InkyPHAT("black")
img = Image.open(urlopen(url))
inky.set_image(img)
inky.show()

Tag summary

Content type

Image

Digest

Size

250.7 MB

Last updated

over 7 years ago

docker pull flatlining/rpi-inky:3