Documentation ¶
Overview ¶
Package epd7in5 is an interface for the Waveshare 7.5inch e-paper display (wiki).
The GPIO and SPI communication is handled by the awesome Periph.io package; no CGO or other dependecy needed.
Tested on Raspberry Pi 3B / 3B+ / 4B with Raspbian Stretch.
For more information please check the examples and doc folders.
Index ¶
Constants ¶
View Source
const ( Epd7in5V2Width = 800 Epd7in5V2Height = 480 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Epd ¶
type Epd struct {
// contains filtered or unexported fields
}
Epd is a handle to the display controller.
Click to show internal directories.
Click to hide internal directories.