Subversion Repositories Projects

Rev

Rev 837 | Rev 932 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 837 Rev 902
Line 1... Line 1...
1
/****************************************************************************
1
/****************************************************************************
2
 *   Copyright (C) 2009-2010 by Claas Anders "CaScAdE" Rathje               *
2
 *   Copyright (C) 2009-2011 by Claas Anders "CaScAdE" Rathje               *
3
 *   admiralcascade@gmail.com                                               *
3
 *   admiralcascade@gmail.com                                               *
4
 *   Project-URL: http://www.mylifesucks.de/oss/c-osd/                      *
4
 *   Project-URL: http://www.mylifesucks.de/oss/c-osd/                      *
5
 *                                                                          *
5
 *                                                                          *
6
 *   This program is free software; you can redistribute it and/or modify   *
6
 *   This program is free software; you can redistribute it and/or modify   *
7
 *   it under the terms of the GNU General Public License as published by   *
7
 *   it under the terms of the GNU General Public License as published by   *
Line 95... Line 95...
95
#define COSD_FLAG_GPSHEIGHT               2
95
#define COSD_FLAG_GPSHEIGHT               2
96
#define COSD_FLAG_FCMODE                  4
96
#define COSD_FLAG_FCMODE                  4
97
#define COSD_FLAG_FEET                    8
97
#define COSD_FLAG_FEET                    8
98
#define COSD_FLAG_PASSIVE                16
98
#define COSD_FLAG_PASSIVE                16
99
#define COSD_FLAG_SHOW_SCOPE             32
99
#define COSD_FLAG_SHOW_SCOPE             32
-
 
100
#define COSD_FLAG_SHOW_COORDS            64
-
 
101
#define COSD_FLAG_BIGSPEED              128
Line 100... Line 102...
100
 
102
 
101
/* ##########################################################################
103
/* ##########################################################################
102
 * FLAGS only usable during runtime (not saved)
104
 * FLAGS only usable during runtime (not saved)
103
 * ##########################################################################*/
105
 * ##########################################################################*/
Line 178... Line 180...
178
// battery voltages
180
// battery voltages
179
uint8_t min_voltage;
181
uint8_t min_voltage;
180
uint8_t max_voltage;
182
uint8_t max_voltage;
Line 181... Line 183...
181
 
183
 
182
// scope for 2nd camera field of view
184
// scope for 2nd camera field of view
Line 183... Line 185...
183
uint8_t scope[8];
185
uint8_t scope[12];
184
 
186
 
Line 185... Line 187...
185
// Flags
187
// Flags