HviorForgeFlow / sensehat

Play with joystick to paint and unpaint pixels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker container for Raspberry Pi Sensehat

The goal of this project is to make the container as small as possible. Currently, it is ~200M.

docker build -t sensehat .
docker run --privileged --name sensehat -ti sensehat bash
python test.py

Running test.py validates the installation. See the SenseHat API docs for more SenseHat calls.

Remon Lam's weather station docker container work was really helpful in getting this to work.

About

Play with joystick to paint and unpaint pixels


Languages

Language:Python 54.6%Language:Dockerfile 45.4%