Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ButtonsDevice = NewButtonsDevice()
View Source
var JoystickDevice = NewJoystickDevice()
View Source
var NeoDevice = NewNeoDevice(machine.NEOPIXELS)
View Source
var SoundDevice = NewSoundDevice(machine.A0)
View Source
var TftDevice = NewTftDevice(constant.SCREEN_WIDTH, constant.SCREEN_HEIGHT)
Functions ¶
func NewButtonsDevice ¶
func NewButtonsDevice() *buttonsDev
func NewJoystickDevice ¶
func NewJoystickDevice() *joystickDev
func NewNeoDevice ¶
func NewSoundDevice ¶
func NewTftDevice ¶
func NewTftDevice(width, height int32) *tftDev
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.