Subversion Repositories Projects

Rev

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

Rev 454 Rev 459
Line 19... Line 19...
19
 ****************************************************************************/
19
 ****************************************************************************/
Line 20... Line 20...
20
 
20
 
21
/* ##########################################################################
21
/* ##########################################################################
22
 * Debugging and general purpose definitions
22
 * Debugging and general purpose definitions
-
 
23
 * ##########################################################################*/
-
 
24
#ifndef BUILDDATE
-
 
25
#define BUILDDATE "DEVEL-BUILD" // build date, this is testing...
-
 
26
#endif
23
 * ##########################################################################*/
27
 
Line 24... Line 28...
24
#define ALLCHARSDEBUG 0         // set to 1 and flash firmware to see all chars
28
#define ALLCHARSDEBUG 0         // set to 1 and flash firmware to see all chars
25
 
29
 
26
#ifndef WRITECHARS                      // if WRITECHARS not set via makefile
30
#ifndef WRITECHARS              // if WRITECHARS not set via makefile
Line 33... Line 37...
33
 
37
 
34
#ifndef NTSC                            // if NTSC is not thet via makefile
38
#ifndef NTSC                    // if NTSC is not thet via makefile
35
#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
Line -... Line 40...
-
 
40
#endif
36
#endif
41
 
37
 
42
#ifndef FCONLY
-
 
43
#define FCONLY 1                // set to 1 if you do NOT have a NaviCtrl and the OSD is
38
#define FCONLY 0                        // set to 1 if you do NOT have a NaviCtrl and the OSD is
44
#endif                          // connected to the FC directly
39
                                                        // connected to the FC directly
45
 
40
#define HUD 1                           // set to 0 to disable HUD by default
46
#define HUD 1                   // set to 0 to disable HUD by default
41
#define ARTHORIZON 0            // set to 1 to enable roll&nick artificial horizon by default
47
#define ARTHORIZON 0            // set to 1 to enable roll&nick artificial horizon by default
42
#define BIGVARIO 0                      // set to 1 to enable the big vario bar on right side
48
#define BIGVARIO 0                      // set to 1 to enable the big vario bar on right side