Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 756 → Rev 757

/C-OSD/trunk/main.h
42,8 → 42,6
#define FCONLY 0 // set to 1 if you do NOT have a NaviCtrl and the OSD is
#endif // connected to the FC directly
 
#define NEW_ARTHORIZON 0 // set to 1 for full artificial horizon (agr type)
 
#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
62,6 → 60,9
#define INVERT 0b00101111 // attribute byte for inverted characters
#define BLACKBG 0b10001111 // attribute byte for _black background_ on characters
 
// ### constants
#define MtoFT 32808399 // 3,2808399
 
/* ##########################################################################
* FLAGS usable during runtime that get saved
* ##########################################################################*/
72,11 → 73,13
#define COSD_FLAG_WARNINGS 16
#define COSD_FLAG_STROMVOLT 32
#define COSD_FLAG_FCCURRENT 64
#define COSD_FLAG_AGGRHORIZON 128
 
 
#define COSD_FLAG_NTSC 1
#define COSD_FLAG_GPSHEIGHT 2
#define COSD_FLAG_FCMODE 4
#define COSD_FLAG_FEET 8
 
/* ##########################################################################
* FLAGS only usable during runtime (not saved)