Rev 471 | Rev 497 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 471 | Rev 495 | ||
---|---|---|---|
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 |
Line -... | Line 44... | ||
- | 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 |
|
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 |
48 | #define BIGVARIO 0 // set to 1 to enable the big vario bar on right side |
56 | #define BIGVARIO 0 // set to 1 to enable the big vario bar on right side |