config

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DisplayConfig

type DisplayConfig struct {
	Enabled   bool  `yaml:"enabled" mapstructure:"enabled"`
	Width     int   `yaml:"width" mapstructure:"width"`
	Height    int   `yaml:"height" mapstructure:"height"`
	Rotation  uint8 `yaml:"rotation" mapstructure:"rotation"`
	FrameRate uint8 `yaml:"frame_rate" mapstructure:"frame_rate"`

	Bus      string `yaml:"bus" mapstructure:"bus"`
	DCPin    int    `yaml:"dc_pin" mapstructure:"dc_pin"`
	CSPin    int    `yaml:"cs_pin" mapstructure:"cs_pin"`
	ResetPin int    `yaml:"reset_pin" mapstructure:"reset_pin"`
	BusyPin  int    `yaml:"busy_pin" mapstructure:"busy_pin"`
}

Jump to

Keyboard shortcuts

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