renderer

package module
v0.0.0-...-8bc707f Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2016 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Matrix

type Matrix struct {
	Rows    int              `json:"rows"`
	Columns int              `json:"columns"`
	Bitmap  ledmatrix.Stripe `json:"bitmap"`
}

type Space

type Space struct {
	Len             int    `json:"len"`
	BackgroundColor string `json:"bgColor"`
}

type TextMsg

type TextMsg struct {
	Text            string `json:"text"`
	FontSize        int    `json:"fontSize"`
	ForegroundColor string `json:"fgColor"`
	BackgroundColor string `json:"bgColor"`
}

Jump to

Keyboard shortcuts

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