screen

package
v0.0.0-...-9bd5214 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Displayer

type Displayer interface {
	Display() error
	SetPixel(int16, int16, color.RGBA)
}

type Screen

type Screen struct {
	Display Displayer
	// contains filtered or unexported fields
}

func (*Screen) Clear

func (s *Screen) Clear()

func (*Screen) Printf

func (s *Screen) Printf(x string, args ...interface{})

type SetTexter

type SetTexter interface {
	SetText(string)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL