Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplyReply ¶
type ApplyReply struct{}
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
RGBLedMatrix matrix representation for ws281x
func (*Client) At ¶
At return an Color which allows access to the LED display data as if it were a sequence of 24-bit RGB values.
type CloseReply ¶
type CloseReply struct{}
type GeometryArgs ¶
type GeometryArgs struct{}
type GeometryReply ¶
type GeometryReply struct{ Width, Height int }
type RPCMatrix ¶
type RPCMatrix struct {
// contains filtered or unexported fields
}
func (*RPCMatrix) Geometry ¶
func (m *RPCMatrix) Geometry(_ *GeometryArgs, reply *GeometryReply) error
Click to show internal directories.
Click to hide internal directories.