Subversion Repositories Projects

Rev

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

Rev 471 Rev 495
Line 39... Line 39...
39
#define NTSC 0                  // set to 1 for NTSC mode + lifts the bottom line
39
#define NTSC 0                  // set to 1 for NTSC mode + lifts the bottom line
40
#endif
40
#endif
Line 41... Line 41...
41
 
41
 
42
#ifndef FCONLY
42
#ifndef FCONLY
43
#define FCONLY 0                // set to 1 if you do NOT have a NaviCtrl and the OSD is
43
#define FCONLY 0                // set to 1 if you do NOT have a NaviCtrl and the OSD is
-
 
44
#endif                          // connected to the FC directly
-
 
45
 
-
 
46
#ifndef OSD_FCMODE              // set up which FCMODE to display if doing batch generating
-
 
47
#define OSD_FCMODE "osd_fcmode_default.c"       // default is a nice standard
-
 
48
#endif
-
 
49
 
-
 
50
#ifndef OSD_NCMODE              // set up which NCMODE to display if doing batch generating
-
 
51
#define OSD_NCMODE "osd_ncmode_default.c"       // default is a nice standard
Line 44... Line 52...
44
#endif                          // connected to the FC directly
52
#endif
45
 
53
 
46
#define HUD 1                   // set to 0 to disable HUD by default
54
#define HUD 1                   // set to 0 to disable HUD by default
47
#define ARTHORIZON 0            // set to 1 to enable roll&nick artificial horizon by default
55
#define ARTHORIZON 0            // set to 1 to enable roll&nick artificial horizon by default