Rev 324 | Rev 326 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 324 | Rev 325 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | 36 | ||
37 | /* ########################################################################## |
37 | /* ########################################################################## |
38 | * Debugging and general purpose definitions |
38 | * Debugging and general purpose definitions |
39 | * ##########################################################################*/ |
39 | * ##########################################################################*/ |
40 | #define ALLCHARSDEBUG 0 // set to 1 and flash firmware to see all chars |
40 | #define ALLCHARSDEBUG 0 // set to 1 and flash firmware to see all chars |
41 | #define WRITECHARS 224 // set to 2XX and flash firmware to write new char |
41 | #define WRITECHARS 0 // set to 2XX and flash firmware to write new char |
42 | // enables the allchars as well to see results |
42 | // enables the allchars as well to see results |
43 | #define NTSC 0 // set to 1 for NTSC mode + lifts the bottom line |
43 | #define NTSC 0 // set to 1 for NTSC mode + lifts the bottom line |
44 | #define ARTHORIZON 0 // set to 1 to enable roll&nick artificial horizon |
44 | #define ARTHORIZON 0 // set to 1 to enable roll&nick artificial horizon |
45 | #define NOOSD 0 // set to 1 to disable OSD completely |
45 | #define NOOSD 0 // set to 1 to disable OSD completely |