Skip to content

Waveshare 2.7inch e-paper display example for Raspberry Pi written in Go

License

Notifications You must be signed in to change notification settings

dmowcomber/epaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epaper

epaper is an example of how to display an image to a Waveshare 2.7 inch epaper display hat with the Raspberry Pi 3 B+ written in Golang.

running the demo

Setup

Setup SPI by uncommenting dtparam=spi=on in /boot/config.txt. Then reboot sudo reboot.

Run

Run an epaper example with Golang

go run -mod=vendor ./examples/image

Run epaper with Docker

docker build . -t dmowcomber/epaper
docker run --rm -v /dev/mem:/dev/mem --device /dev/gpiomem --device /dev/spidev0.0 dmowcomber/epaper

About

Waveshare 2.7inch e-paper display example for Raspberry Pi written in Go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published