vocore

package module
v0.0.0-...-683908e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2023 License: MIT Imports: 1 Imported by: 0

README

go-vocore

Simple Go library to communicate with VoCore screens

Documentation

Index

Constants

View Source
const (
	// Device config
	Width      = 800
	Height     = 480
	PixelSize  = 3
	VendorID   = 0xC872 // 4 inch vocore screen
	ProductID  = 0x1004 // 4 inch vocore screen
	EndpointID = 0x2    // endpoint address for data transfer
)

Variables

This section is empty.

Functions

This section is empty.

Types

type VocoreScreen

type VocoreScreen struct {
	// contains filtered or unexported fields
}

func InitializeScreen

func InitializeScreen() (v *VocoreScreen, err error)

func (*VocoreScreen) Close

func (v *VocoreScreen) Close()

func (*VocoreScreen) WriteToScreen

func (v *VocoreScreen) WriteToScreen(img []byte) (err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL