FireBirdLib - Topfield TMS PVR TAP Programming Library
FBLib_tmsvfd.h
Go to the documentation of this file.
1#ifndef FBLIB_TMSVFD_H
2#define FBLIB_TMSVFD_H
3
4#include "libFireBird.h"
5
6typedef enum
7{
10 VFD_17
12
13extern bool VFDUsedByTAP;
14extern byte *grid;
15extern bool CDEnabled;
16extern bool CDEnabledAnimation;
17extern bool HDDEnabled;
19
20dword VFD_TranslateSegments(byte Character, DISPLAYSTYLE DisplayStyle);
21void VFD_SetDisplayDigit (byte* DisplayBuffer, byte Character, DISPLAYSTYLE DisplayStyle, byte Digit);
22
23#endif
DISPLAYSTYLE
Definition: FBLib_tmsvfd.h:7
@ VFD_17
Definition: FBLib_tmsvfd.h:10
@ VFD_14
Definition: FBLib_tmsvfd.h:9
@ VFD_7
Definition: FBLib_tmsvfd.h:8
byte * grid
Definition: VFD_GetControl.c:4
bool CDEnabled
Definition: VFD_EnableCD.c:4
void VFD_SetDisplayDigit(byte *DisplayBuffer, byte Character, DISPLAYSTYLE DisplayStyle, byte Digit)
tVFDCharset CurrentCharset
bool HDDEnabled
Definition: VFD_EnableHDD.c:4
bool VFDUsedByTAP
Definition: VFD_GetControl.c:3
dword VFD_TranslateSegments(byte Character, DISPLAYSTYLE DisplayStyle)
bool CDEnabledAnimation
tVFDCharset
Definition: libFireBird.h:3044