Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 471 → Rev 495

/C-OSD/trunk/main.h
41,7 → 41,15
 
#ifndef FCONLY
#define FCONLY 0 // set to 1 if you do NOT have a NaviCtrl and the OSD is
#endif // connected to the FC directly
#endif // connected to the FC directly
 
#ifndef OSD_FCMODE // set up which FCMODE to display if doing batch generating
#define OSD_FCMODE "osd_fcmode_default.c" // default is a nice standard
#endif
 
#ifndef OSD_NCMODE // set up which NCMODE to display if doing batch generating
#define OSD_NCMODE "osd_ncmode_default.c" // default is a nice standard
#endif
 
#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