Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 454 → Rev 459

/C-OSD/trunk/main.h
21,23 → 21,29
/* ##########################################################################
* Debugging and general purpose definitions
* ##########################################################################*/
#define ALLCHARSDEBUG 0 // set to 1 and flash firmware to see all chars
#ifndef BUILDDATE
#define BUILDDATE "DEVEL-BUILD" // build date, this is testing...
#endif
 
#ifndef WRITECHARS // if WRITECHARS not set via makefile
#define WRITECHARS -1 // set to XXX and flash firmware to write new char
// enables the allchars as well to see results
// currently in use:
// 112, 128, 136, 144, 152, 160, 168, 176, 184
// 192, 200, 208, 216, 224, 232
#define ALLCHARSDEBUG 0 // set to 1 and flash firmware to see all chars
 
#ifndef WRITECHARS // if WRITECHARS not set via makefile
#define WRITECHARS -1 // set to XXX and flash firmware to write new char
// enables the allchars as well to see results
// currently in use:
// 112, 128, 136, 144, 152, 160, 168, 176, 184
// 192, 200, 208, 216, 224, 232
#endif
 
#ifndef NTSC // if NTSC is not thet via makefile
#define NTSC 0 // set to 1 for NTSC mode + lifts the bottom line
#ifndef NTSC // if NTSC is not thet via makefile
#define NTSC 0 // set to 1 for NTSC mode + lifts the bottom line
#endif
 
#define FCONLY 0 // set to 1 if you do NOT have a NaviCtrl and the OSD is
// connected to the FC directly
#define HUD 1 // set to 0 to disable HUD by default
#ifndef FCONLY
#define FCONLY 1 // set to 1 if you do NOT have a NaviCtrl and the OSD is
#endif // connected to the FC directly
 
#define HUD 1 // set to 0 to disable HUD by default
#define ARTHORIZON 0 // set to 1 to enable roll&nick artificial horizon by default
#define BIGVARIO 0 // set to 1 to enable the big vario bar on right side
#define STATS 1 // set to 1 to enable statistics during motor off by default