Subversion Repositories Projects

Rev

Rev 383 | Rev 453 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 383 Rev 407
Line 49... Line 49...
49
#define BLINK   0b01001111      // attribute byte for blinking chars
49
#define BLINK   0b01001111      // attribute byte for blinking chars
Line 50... Line 50...
50
 
50
 
51
/* ##########################################################################
51
/* ##########################################################################
52
 * FLAGS usable during runtime
52
 * FLAGS usable during runtime
53
 * ##########################################################################*/
53
 * ##########################################################################*/
54
#define COSD_FLAG_NTSC                   1
54
#define COSD_FLAG_NTSC                    1
55
#define COSD_FLAG_HUD                    2
55
#define COSD_FLAG_HUD                     2
56
#define COSD_FLAG_ARTHORIZON     4
56
#define COSD_FLAG_ARTHORIZON      4
57
#define COSD_FLAG_BIGVARIO               8
57
#define COSD_FLAG_BIGVARIO                8
58
#define COSD_FLAG_STATS                 16
58
#define COSD_FLAG_STATS                  16
59
#define COSD_FLAG_WARNINGS              32
59
#define COSD_FLAG_WARNINGS               32
-
 
60
#define COSD_ICONS_WRITTEN               64
Line 60... Line 61...
60
#define COSD_ICONS_WRITTEN              64
61
#define COSD_WASFLYING                  128
61
 
62
 
62
/* ##########################################################################
63
/* ##########################################################################
63
 * LED controll
64
 * LED controll