display

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Control

type Control struct {
	RightTally  Lamp
	TextTally   Lamp
	LeftTally   Lamp
	Brightness  uint8
	ControlData bool
}

type Data

type Data struct {
	Length uint16
	Text   string
}

type Lamp added in v0.0.2

type Lamp uint16
const (
	Off   Lamp = 0
	Red   Lamp = 1
	Green Lamp = 2
	Amber Lamp = 3
)

func (Lamp) String added in v0.0.2

func (i Lamp) String() string

type Message

type Message struct {
	Index   uint16
	Control Control
	Data    Data
}

Jump to

Keyboard shortcuts

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