Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Framebuffer ¶
type Framebuffer struct { Buf []byte // contains filtered or unexported fields }
func New ¶
func New(dev string) (*Framebuffer, error)
func (*Framebuffer) Close ¶
func (fb *Framebuffer) Close()
func (*Framebuffer) Flush ¶
func (fb *Framebuffer) Flush() error
func (*Framebuffer) Size ¶
func (fb *Framebuffer) Size() image.Point
Click to show internal directories.
Click to hide internal directories.