Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PixelflutClient ¶
type PixelflutClient struct {
// contains filtered or unexported fields
}
func NewPixelflutClient ¶
func NewPixelflutClient(addr string) (*PixelflutClient, error)
func (*PixelflutClient) SetPixelString ¶
func (p *PixelflutClient) SetPixelString(x, y int, color string) error
func (*PixelflutClient) WriteFromChannel ¶
func (p *PixelflutClient) WriteFromChannel(commandChannel <-chan WriteCommand)
type WriteCommand ¶
Click to show internal directories.
Click to hide internal directories.