Rev 838 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 838 | Rev 966 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
- | |
- | 1 | /* |
|
2 | // + Copyright (c) 2008 Michael Walter |
2 | Copyright 2008, by Michael Walter |
- | 3 | ||
- | 4 | All functions written by Michael Walter are free software and can be redistributed and/or modified under the terms of the GNU Lesser |
|
- | 5 | General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but |
|
- | 6 | WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
- | 7 | See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public |
|
3 | // + only for non-profit use |
8 | License along with this program. If not, see <http://www.gnu.org/licenses/>. |
- | 9 | ||
4 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
10 | Please note: The software is based on the framework provided by H. Buss and I. Busker in their Mikrokopter projekt. All functions that |
- | 11 | are not written by Michael Walter are under the license by H. Buss and I. Busker (license_buss.txt) published by www.mikrokopter.de |
|
- | 12 | unless it is stated otherwise. |
|
- | 13 | */ |
|
Line 5... | Line 14... | ||
5 | 14 | ||
6 | extern void LcdClear(void); |
15 | extern void LcdClear(void); |
7 | extern void OSDClear(void); |
- | |
8 | - | ||
9 | extern char DisplayBuff[80]; |
16 | extern void OSDClear(void); |
10 | extern unsigned char DispPtr; |
- | |
11 | extern char OSDBuff[80]; |
17 | extern unsigned char DispPtr; |
12 | extern unsigned char OSDPtr; |
- | |
- | 18 | extern unsigned char OSDPtr; |
|
- | 19 | extern char DisplayBuff[80]; |
|
13 | 20 | extern char OSDBuff[80]; |