Subversion Repositories FlightCtrl

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// + Copyright (c) 2008 Michael Walter
// + only for non-profit use
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

extern void LcdClear(void);
extern void OSDClear(void);

extern char DisplayBuff[80];
extern unsigned char DispPtr;
extern char OSDBuff[80];
extern unsigned char OSDPtr;

extern unsigned char RemoteTasten;