Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Display ¶
type Display struct { LCD *ssd1306.Dev Logger *zap.SugaredLogger }
Display is a screen that you can display info on
func NewDisplay ¶
func NewDisplay(logger *zap.SugaredLogger) (*Display, error)
NewDisplay returns a *Display
func (*Display) InfoDisplay ¶
InfoDisplay shows current information
func (*Display) ScrollText ¶
ScrollText displays text and scrolls it
Click to show internal directories.
Click to hide internal directories.