Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 Changes in this version + type Dev struct + func NewI2C(i i2c.Bus, w, h int, rotated bool) (*Dev, error) + func NewSPI(p spi.Port, dc gpio.PinOut, w, h int, rotated bool) (*Dev, error) + func (d *Dev) Bounds() image.Rectangle + func (d *Dev) ColorModel() color.Model + func (d *Dev) Draw(r image.Rectangle, src image.Image, sp image.Point) + func (d *Dev) Err() error + func (d *Dev) Halt() error + func (d *Dev) Invert(blackOnWhite bool) error + func (d *Dev) Scroll(o Orientation, rate FrameRate, startLine, endLine int) error + func (d *Dev) SetContrast(level byte) error + func (d *Dev) StopScroll() error + func (d *Dev) String() string + func (d *Dev) Write(pixels []byte) (int, error) + type FrameRate byte + const FrameRate128 + const FrameRate2 + const FrameRate25 + const FrameRate256 + const FrameRate3 + const FrameRate4 + const FrameRate5 + const FrameRate64 + type Orientation byte + const Left + const Right + const UpLeft + const UpRight Incompatible versions in this module v2.0.0+incompatible Aug 25, 2017