Versions in this module Expand all Collapse all v0 v0.3.0 Sep 21, 2022 Changes in this version + func RGB565ToRGBA(c uint16) color.RGBA + func RGBATo565(c color.RGBA) uint16 + type Client struct + Client *rpc.Client + Height int + Width int + func NewClient(addr string, port, w, h int) (*Client, error) + func (c *Client) ClearBuffer() + func (c *Client) ClearDisplay() + func (c *Client) Display() error + func (c *Client) DrawRGBBitmap(x, y int16, data []uint16, w, h int16) error + func (c *Client) DrawRGBBitmap8(x, y int16, data []uint8, w, h int16) error + func (c *Client) DrawRectangle(x, y, width, height int16, clr color.Color) error + func (c *Client) FillRectangle(x, y, width, height int16, clr color.Color) error + func (c *Client) FillScreen(clr color.Color) + func (c *Client) GetPressedKey() uint16 + func (c *Client) ReadTouchPoint() touch.Point + func (c *Client) Set(x, y int, clr color.Color) + func (c *Client) SetImage(img draw.Image) + func (c *Client) SetPixel(x, y int16, clr color.RGBA) + func (c *Client) Size() (x, y int16) + func (c *Client) Tick() + func (c *Client) WaitUntilIdle()