FireBirdLib - Topfield TMS PVR TAP Programming Library
FBLib_tmsvfd.h File Reference
#include "libFireBird.h"

Go to the source code of this file.

Enumerations

enum  DISPLAYSTYLE { VFD_7 , VFD_14 , VFD_17 }
 

Functions

dword VFD_TranslateSegments (byte Character, DISPLAYSTYLE DisplayStyle)
 
void VFD_SetDisplayDigit (byte *DisplayBuffer, byte Character, DISPLAYSTYLE DisplayStyle, byte Digit)
 

Variables

bool VFDUsedByTAP
 
byte * grid
 
bool CDEnabled
 
bool CDEnabledAnimation
 
bool HDDEnabled
 
tVFDCharset CurrentCharset
 

Enumeration Type Documentation

◆ DISPLAYSTYLE

Enumerator
VFD_7 
VFD_14 
VFD_17 

Definition at line 6 of file FBLib_tmsvfd.h.

Function Documentation

◆ VFD_SetDisplayDigit()

void VFD_SetDisplayDigit ( byte *  DisplayBuffer,
byte  Character,
DISPLAYSTYLE  DisplayStyle,
byte  Digit 
)

Definition at line 3 of file VFD_SetDisplayDigit.c.

References TRACEENTER, TRACEEXIT, VFD_14, VFD_17, VFD_7, and VFD_TranslateSegments().

Referenced by VFD_SetLargeText(), and VFD_SetSmallText().

◆ VFD_TranslateSegments()

Variable Documentation

◆ CDEnabled

bool CDEnabled
extern

Definition at line 4 of file VFD_EnableCD.c.

Referenced by VFD_EnableCD(), VFD_EnableCDAnimation(), and VFD_SetCDValue().

◆ CDEnabledAnimation

bool CDEnabledAnimation
extern

Definition at line 4 of file VFD_EnableCDAnimation.c.

Referenced by VFD_CDAnimation(), VFD_EnableCD(), and VFD_EnableCDAnimation().

◆ CurrentCharset

tVFDCharset CurrentCharset
extern

Definition at line 3 of file VFD_SetCharacterSet.c.

Referenced by VFD_SetCharacterSet(), and VFD_TranslateSegments().

◆ grid

◆ HDDEnabled

bool HDDEnabled
extern

Definition at line 4 of file VFD_EnableHDD.c.

Referenced by VFD_EnableHDD(), and VFD_SetHDDValue().

◆ VFDUsedByTAP