Documentation ¶
Overview ¶
Package display is a driver for Grove LCD RGB backlight display.
More information about the display is at http://wiki.seeed.cc/Grove-LCD_RGB_Backlight/. This package is ported from a reference Python package, see https://goo.gl/VI59c8.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct {
// contains filtered or unexported fields
}
Device represents an Grove LCD RGB Backlight device.
func Open ¶
Open opens a connection the the RGB backlight display. Once display is no longer in-use, it should be closed by Close.
Click to show internal directories.
Click to hide internal directories.