Subversion Repositories Projects

Rev

Rev 800 | Rev 832 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 800 Rev 826
Line 52... Line 52...
52
 
52
 
53
#ifndef FCONLY
53
#ifndef FCONLY
54
#define FCONLY 0                // set to 1 if you do NOT have a NaviCtrl and the OSD is
54
#define FCONLY 0                // set to 1 if you do NOT have a NaviCtrl and the OSD is
Line 55... Line 55...
55
#endif                          // connected to the FC directly
55
#endif                          // connected to the FC directly
56
 
56
 
57
#define HUD 1                   // set to 0 to disable HUD by default
57
#define HUD 1                    // set to 0 to disable HUD by default
58
#define ARTHORIZON 0            // set to 1 to enable roll&nick artificial horizon by default
58
#define ARTHORIZON 0            // set to 1 to enable roll&nick artificial horizon by default
59
#define BIGVARIO 0              // set to 1 to enable the big vario bar on right side
59
#define BIGVARIO 0              // set to 1 to enable the big vario bar on right side
Line 93... Line 93...
93
 
93
 
94
#define COSD_FLAG_NTSC                    1
94
#define COSD_FLAG_NTSC                    1
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
Line 97... Line 98...
97
#define COSD_FLAG_FEET                    8
98
#define COSD_FLAG_PASSIVE                16
98
 
99
 
99
/* ##########################################################################
100
/* ##########################################################################
100
 * FLAGS only usable during runtime (not saved)
101
 * FLAGS only usable during runtime (not saved)
101
 * ##########################################################################*/
102
 * ##########################################################################*/
102
#define COSD_FLAG_STROMREC                1
103
#define COSD_FLAG_STROMREC                1
-
 
104
#define COSD_ICONS_WRITTEN                2
Line 103... Line 105...
103
#define COSD_ICONS_WRITTEN                2
105
#define COSD_WASFLYING                    4
104
#define COSD_WASFLYING                    4
106
#define COSD_DATARECEIVED                 8
105
 
107
 
106
/* ##########################################################################
108
/* ##########################################################################