Documentation ¶
Overview ¶
Package ssd1289 implements a driver for the SSD1289 led matrix controller as packaged on the TFT_320QVT board
Datasheet: http://aitendo3.sakura.ne.jp/aitendo_data/product_img/lcd/tft2/M032C1289TP/3.2-SSD1289.pdf
Index ¶
Constants ¶
View Source
const ( OSCILLATIONSTART Command = 0x00 DRIVEROUTPUTCONTROL = 0x01 POWERCONTROL1 = 0x03 POWERCONTROL2 = 0x0C POWERCONTROL3 = 0x0D POWERCONTROL4 = 0x0E POWERCONTROL5 = 0x1E DISPLAYCONTROL = 0x07 SLEEPMODE = 0x10 ENTRYMODE = 0x11 LCDDRIVEACCONTROL = 0x02 HORIZONTALRAMADDRESSPOSITION = 0x44 VERTICALRAMADDRESSSTARTPOSITION = 0x45 VERTICALRAMADDRESSENDPOSITION = 0x46 SETGDDRAMYADDRESSCOUNTER = 0x4F SETGDDRAMXADDRESSCOUNTER = 0x4E RAMDATAREADWRITE = 0x22 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Device ¶
type Device struct {
// contains filtered or unexported fields
}
func (*Device) ClearDisplay ¶
func (d *Device) ClearDisplay()
func (*Device) FillDisplay ¶
Click to show internal directories.
Click to hide internal directories.