Subversion Repositories FlightCtrl

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
838 MikeW 1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// + Copyright (c) 2008 Michael Walter
3
// + only for non-profit use
4
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
 
6
extern void LcdClear(void);
7
extern void OSDClear(void);
8
 
9
extern char DisplayBuff[80];
10
extern unsigned char DispPtr;
11
extern char OSDBuff[80];
12
extern unsigned char OSDPtr;
13
 
14
extern unsigned char RemoteTasten;
15