Documentation ¶
Index ¶
- type ImageView
- type RectView
- type TextView
- func (tv *TextView) Draw() *TextView
- func (tv *TextView) SetBackgroundColor(color *color.RGBA) *TextView
- func (tv *TextView) SetColor(color *color.RGBA) *TextView
- func (tv *TextView) SetDimensions(x, y, w, h int16) *TextView
- func (tv *TextView) SetDisplay(device *st7789.Device) *TextView
- func (tv *TextView) SetFont(font tinyfont.Fonter) *TextView
- func (tv *TextView) SetFontColor(color *color.RGBA) *TextView
- func (tv *TextView) SetText(text string) *TextView
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageView ¶
type ImageView struct {
// contains filtered or unexported fields
}
func (*ImageView) SetBackgroundColor ¶
func (*ImageView) SetDimensions ¶
type RectView ¶
type RectView struct {
// contains filtered or unexported fields
}
func (*RectView) SetBackgroundColor ¶
func (*RectView) SetDimensions ¶
type TextView ¶
type TextView struct {
// contains filtered or unexported fields
}
func (*TextView) SetBackgroundColor ¶
func (*TextView) SetDimensions ¶
Click to show internal directories.
Click to hide internal directories.