Rev 379 | Rev 407 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 379 | Rev 383 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | 25 | ||
26 | #ifndef WRITECHARS // if WRITECHARS not set via makefile |
26 | #ifndef WRITECHARS // if WRITECHARS not set via makefile |
27 | #define WRITECHARS -1 // set to XXX and flash firmware to write new char |
27 | #define WRITECHARS -1 // set to XXX and flash firmware to write new char |
28 | // enables the allchars as well to see results |
28 | // enables the allchars as well to see results |
29 | // currently in use: |
29 | // currently in use: |
30 | // 128, 136, 144, 152, 160, 168, 176, 184 |
30 | // 112, 128, 136, 144, 152, 160, 168, 176, 184 |
31 | // 192, 200, 208, 216, 224, 232 |
31 | // 192, 200, 208, 216, 224, 232 |
Line 32... | Line 32... | ||
32 | #endif |
32 | #endif |
33 | 33 | ||
34 | #ifndef NTSC // if NTSC is not thet via makefile |
34 | #ifndef NTSC // if NTSC is not thet via makefile |
Line 35... | Line 35... | ||
35 | #define NTSC 0 // set to 1 for NTSC mode + lifts the bottom line |
35 | #define NTSC 0 // set to 1 for NTSC mode + lifts the bottom line |
36 | #endif |
36 | #endif |
- | 37 | ||
37 | 38 | #define HUD 1 // set to 0 to disable HUD by default |
|
38 | #define HUD 1 // set to 0 to disable HUD by default |
39 | #define ARTHORIZON 0 // set to 1 to enable roll&nick artificial horizon by default |
Line 39... | Line 40... | ||
39 | #define ARTHORIZON 0 // set to 1 to enable roll&nick artificial horizon by default |
40 | #define BIGVARIO 0 // set to 1 to enable the big vario bar on right side |
40 | #define STATS 1 // set to 1 to enable statistics during motor off by default |
41 | #define STATS 1 // set to 1 to enable statistics during motor off by default |
Line 51... | Line 52... | ||
51 | * FLAGS usable during runtime |
52 | * FLAGS usable during runtime |
52 | * ##########################################################################*/ |
53 | * ##########################################################################*/ |
53 | #define COSD_FLAG_NTSC 1 |
54 | #define COSD_FLAG_NTSC 1 |
54 | #define COSD_FLAG_HUD 2 |
55 | #define COSD_FLAG_HUD 2 |
55 | #define COSD_FLAG_ARTHORIZON 4 |
56 | #define COSD_FLAG_ARTHORIZON 4 |
- | 57 | #define COSD_FLAG_BIGVARIO 8 |
|
56 | #define COSD_FLAG_STATS 8 |
58 | #define COSD_FLAG_STATS 16 |
57 | #define COSD_FLAG_WARNINGS 16 |
59 | #define COSD_FLAG_WARNINGS 32 |
58 | #define COSD_ICONS_WRITTEN 32 |
60 | #define COSD_ICONS_WRITTEN 64 |
Line 59... | Line 61... | ||
59 | 61 | ||
60 | /* ########################################################################## |
62 | /* ########################################################################## |
61 | * LED controll |
63 | * LED controll |
62 | * ##########################################################################*/ |
64 | * ##########################################################################*/ |