Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 541 Bytes

rpi-epaper-driver

GoDoc

The driver of waveshare e-paper for praspberry pi

Usage

import epd "github.com/lonord/rpi-epaper-driver"

// create a new e-paper device
paper := epd.New()
// display an image
paper.Display(img)
// clear the screen
paper.Clear()

Supported devices

License

MIT