Skip to content

A docker image to use with a raspberry zero and the PiOLED ssd1306 hat.

License

Notifications You must be signed in to change notification settings

promethee/ssd1306-clock

Repository files navigation

ssd1306-clock

A docker image to use with a raspberry zero and the PiOLED ssd1306 hat.

Show the time...

¯\(ツ)/¯.

run this container with:

docker run -d -e ROTATE=False --privileged -v /etc/localtime:/etc/localtime --device /dev/i2c-1:/dev/i2c-1 --device /dev/spidev0.0:/dev/spidev0.0 --restart always --name clock promethee/ssd1306-clock:latest

Be sure to use the correct i2c and spi device

https://www.adafruit.com/product/3527

About

A docker image to use with a raspberry zero and the PiOLED ssd1306 hat.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published