Versions in this module Expand all Collapse all v0 v0.0.3 Apr 3, 2024 Changes in this version + const BACKGROUNDPNG_VIEW_X0 + const BACKGROUNDPNG_VIEW_X1 + const BACKGROUNDPNG_VIEW_Y0 + const BACKGROUNDPNG_VIEW_Y1 + const KEYMASK_A + const KEYMASK_B + const KEYMASK_C + const KEYMASK_CENTER + const KEYMASK_DOWN + const KEYMASK_LEFT + const KEYMASK_RIGHT + const KEYMASK_UP + const Rotation0 + const Rotation0Mirror + const Rotation180 + const Rotation180Mirror + const Rotation270 + const Rotation270Mirror + const Rotation90 + const Rotation90Mirror + const TITLEDISPLAY + const WIODISPLAY_H + const WIODISPLAY_W + func RGBATo565(c color.RGBA) uint16 + type Rotation uint8 + type Sdlwio struct + Flipped bool + Landscape bool + func InitSdlwio() (*Sdlwio, error) + func (p *Sdlwio) Backlight(on bool) error + func (p *Sdlwio) Close() error + func (p *Sdlwio) EndWrite() error + func (p *Sdlwio) GetWioKeys() uint32 + func (p *Sdlwio) Init(rotation Rotation) error + func (p *Sdlwio) SetRotation(rotation Rotation) error + func (p *Sdlwio) SetScroll(line int16) + func (p *Sdlwio) SetScrollArea(topFixedArea int16, bottomFixedArea int16) error + func (p *Sdlwio) SetWindow(x int16, y int16, w int16, h int16) error + func (p *Sdlwio) Sleep(sleeping bool) error + func (p *Sdlwio) StartWrite() error + func (p *Sdlwio) Write16bit(arr []uint16) error + func (p *Sdlwio) Write16bitbytes(arr []byte) error + func (p *Sdlwio) Write8bit(arr []byte) error + type SdlwioBackgroundFrame struct + type WioInterface interface + Backlight func(on bool) error + EndWrite func() error + GetWioKeys func() uint32 + Init func(rotation Rotation) error + SetRotation func(rotation Rotation) error + SetScroll func(line int16) + SetScrollArea func(topFixedArea int16, bottomFixedArea int16) error + SetWindow func(x int16, y int16, w int16, h int16) error + Sleep func(sleeping bool) error + StartWrite func() error + Write16bit func(arr []uint16) error + Write16bitbytes func(arr []byte) error + Write8bit func(arr []byte) error