Versions in this module Expand all Collapse all v0 v0.5.2 Mar 29, 2019 Changes in this version + const MaxStoredConsoleLines + func GetConsoleLines() []string v0.5.1 Mar 10, 2019 Changes in this version + const MaxConsoleLines + var BaseLUT = []XTermColor + var HValToHex map[uint32]uint32 + var HVals []uint32 + func AddConsoleLine(line string) + func AlignCenter(p *ui.Par) + func GetXTermColor(rgb uint32) uint16 + func GetXTermColorHVal(h uint32) uint16 + func InitDisplay() + func InitLut() + func Render() + func UpdateCenterFrequency(freq uint32) + func UpdateChannelData(d [256]int64) + func UpdateDecoderFifoUsage(percent uint8) + func UpdateDemodulatorFifoUsage(percent uint8) + func UpdateDemuxer(demuxer string) + func UpdateDevice(device string) + func UpdateLockedState(lck bool) + func UpdateMode(mode string) + func UpdatePhaseCorr(corr uint8) + func UpdateReedSolomon(d [4]int32) + func UpdateSCVCID(scid byte, vcid byte) + func UpdateSignalQuality(q uint8) + func UpdateSyncCorrelation(corr uint8) + func UpdateSyncWord(d [4]byte) + func UpdateViterbiErrors(errors uint, frameSize uint) + type ConsoleWritter struct + func NewConsoleWritter(writeFunc func(string) (int, error)) *ConsoleWritter + func (w *ConsoleWritter) Write(p []byte) (n int, err error) + type Objects struct + type XTermColor struct