Rev 507 | Rev 523 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 507 | Rev 514 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #endif |
29 | #endif |
Line 30... | Line 30... | ||
30 | 30 | ||
Line 31... | Line 31... | ||
31 | #define ALLCHARSDEBUG 0 // set to 1 and flash firmware to see all chars |
31 | #define ALLCHARSDEBUG 0 // set to 1 and flash firmware to see all chars |
32 | 32 | ||
33 | #ifndef WRITECHARS // if WRITECHARS not set via makefile |
- | |
34 | #define WRITECHARS -1 // set to XXX and flash firmware to write new char |
- | |
35 | // enables the allchars as well to see results |
- | |
36 | // currently in use: |
- | |
37 | // 112, 128, 136, 144, 152, 160, 168, 176, 184 |
33 | #ifndef WRITECHARS // if WRITECHARS not set via makefile |
Line 38... | Line 34... | ||
38 | // 192, 200, 208, 216, 224, 232 |
34 | #define WRITECHARS -1 // set to 1 and flash firmware to write all chars |
39 | #endif |
35 | #endif |
40 | 36 | ||
Line 70... | Line 66... | ||
70 | #define COSD_FLAG_ARTHORIZON 4 |
66 | #define COSD_FLAG_ARTHORIZON 4 |
71 | #define COSD_FLAG_BIGVARIO 8 |
67 | #define COSD_FLAG_BIGVARIO 8 |
72 | #define COSD_FLAG_STATS 16 |
68 | #define COSD_FLAG_STATS 16 |
73 | #define COSD_FLAG_WARNINGS 32 |
69 | #define COSD_FLAG_WARNINGS 32 |
74 | #define COSD_FLAG_STROMVOLT 64 |
70 | #define COSD_FLAG_STROMVOLT 64 |
- | 71 | #define COSD_FLAG_FCMODE 128 |
|
Line 75... | Line 72... | ||
75 | 72 | ||
76 | /* ########################################################################## |
73 | /* ########################################################################## |
77 | * FLAGS only usable during runtime (not saved) |
74 | * FLAGS only usable during runtime (not saved) |
78 | * ##########################################################################*/ |
75 | * ##########################################################################*/ |