package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Aug 16, 2019
License: GPL-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Filename is the name of the file written with MFD data
Write writes the MFD file
type Display struct {
Pages []Page `json:"pages"`
}
Display is the main display structure to write
Copy creates a deep copy of this Display
type Page struct {
Lines []string `json:"lines"`
}
Page is a single page of information to show on the MFD
Copy makes a deep copy of this Page
Source Files
¶
Click to show internal directories.
Click to hide internal directories.