#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 |
| enum DISPLAYSTYLE |
| Enumerator | |
|---|---|
| VFD_7 | |
| VFD_14 | |
| VFD_17 | |
Definition at line 6 of file FBLib_tmsvfd.h.
| 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().
| dword VFD_TranslateSegments | ( | byte | Character, |
| DISPLAYSTYLE | DisplayStyle | ||
| ) |
Definition at line 6 of file VFD_TranslateSegments.c.
References CS_8859_1_HAPPY, CS_8859_5, CurrentCharset, TRACEENTER, TRACEEXIT, VFD_14, VFD_17, VFD_7, VFDSegmentMap14, VFDSegmentMap14_c, VFDSegmentMap14_h, VFDSegmentMap17, VFDSegmentMap17_c, VFDSegmentMap17_h, VFDSegmentMap7, VFDSegmentMap7_c, and VFDSegmentMap7_h.
Referenced by VFD_SetDisplayDigit().
|
extern |
Definition at line 4 of file VFD_EnableCD.c.
Referenced by VFD_EnableCD(), VFD_EnableCDAnimation(), and VFD_SetCDValue().
|
extern |
Definition at line 4 of file VFD_EnableCDAnimation.c.
Referenced by VFD_CDAnimation(), VFD_EnableCD(), and VFD_EnableCDAnimation().
|
extern |
Definition at line 3 of file VFD_SetCharacterSet.c.
Referenced by VFD_SetCharacterSet(), and VFD_TranslateSegments().
|
extern |
Definition at line 4 of file VFD_GetControl.c.
Referenced by VFD_CDAnimation(), VFD_Clear(), VFD_EnableCD(), VFD_EnableCDAnimation(), VFD_EnableHDD(), VFD_SetCDValue(), VFD_SetHDDValue(), VFD_SetIcon(), VFD_SetLargeText(), and VFD_SetSmallText().
|
extern |
Definition at line 4 of file VFD_EnableHDD.c.
Referenced by VFD_EnableHDD(), and VFD_SetHDDValue().
|
extern |
Definition at line 3 of file VFD_GetControl.c.
Referenced by VFD_CDAnimation(), VFD_Clear(), VFD_EnableCD(), VFD_EnableCDAnimation(), VFD_EnableHDD(), VFD_GetControl(), VFD_isInUseByTAP(), VFD_SetCDValue(), VFD_SetHDDValue(), VFD_SetIcon(), VFD_SetLargeText(), VFD_SetSmallText(), and VFD_Update().