Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoInterface ¶
type AutoInterface struct { Display *epd.EPD Screen *gg.Context TimeZone string Agps *auto_gps.AutoGps Fonts map[string]font.Face }
func New ¶
func New(Agps *auto_gps.AutoGps) *AutoInterface
func (*AutoInterface) ClearScreen ¶
func (AutoInt *AutoInterface) ClearScreen()
func (*AutoInterface) DrawClock ¶
func (AutoInt *AutoInterface) DrawClock()
func (*AutoInterface) DrawGPS ¶
func (AutoInt *AutoInterface) DrawGPS()
func (*AutoInterface) DrawSpeed ¶
func (AutoInt *AutoInterface) DrawSpeed()
func (*AutoInterface) DrawX ¶
func (AutoInt *AutoInterface) DrawX()
func (*AutoInterface) LoadFonts ¶
func (AutoInt *AutoInterface) LoadFonts()
func (*AutoInterface) SetLed ¶
func (AutoInt *AutoInterface) SetLed()
type ReadablePinPatch ¶
type ReadablePinPatch struct{ rpio.Pin }
func (ReadablePinPatch) Read ¶
func (pin ReadablePinPatch) Read() uint8
Click to show internal directories.
Click to hide internal directories.