Documentation ¶
Index ¶
- Variables
- type CharCode
- type CharData
- type Font
- type FontData
- type Options
- type SSD1306
- func (d *SSD1306) DisplayOff() error
- func (d *SSD1306) DisplayOn() error
- func (d *SSD1306) Draw() error
- func (d *SSD1306) Init() error
- func (d *SSD1306) Println(msg string, y int)
- func (d *SSD1306) SetPixel(row, col int, pixel byte) error
- func (d *SSD1306) WriteChar(charCode, x, y int) error
- func (d *SSD1306) WriteString(msg string, x, y int)
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultOptions = Options{ Width: 128, Height: 64, Rotated: false, Sequential: false, SwapTopBottom: false, }
Functions ¶
This section is empty.
Types ¶
type SSD1306 ¶
type SSD1306 struct { Options Options // contains filtered or unexported fields }
func (*SSD1306) DisplayOff ¶
func (*SSD1306) WriteString ¶
Click to show internal directories.
Click to hide internal directories.