Rev 685 | Rev 734 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 685 | Rev 728 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /**************************************************************************** |
1 | /**************************************************************************** |
2 | * Copyright (C) 2009 by Claas Anders "CaScAdE" Rathje * |
2 | * Copyright (C) 2009-2010 by Claas Anders "CaScAdE" Rathje * |
3 | * admiralcascade@gmail.com * |
3 | * admiralcascade@gmail.com * |
4 | * Project-URL: http://www.mylifesucks.de/oss/c-osd/ * |
4 | * Project-URL: http://www.mylifesucks.de/oss/c-osd/ * |
5 | * * |
5 | * * |
6 | * This program is free software; you can redistribute it and/or modify * |
6 | * This program is free software; you can redistribute it and/or modify * |
7 | * it under the terms of the GNU General Public License as published by * |
7 | * it under the terms of the GNU General Public License as published by * |
Line 65... | Line 65... | ||
65 | #define COSD_FLAG_ARTHORIZON 2 |
65 | #define COSD_FLAG_ARTHORIZON 2 |
66 | #define COSD_FLAG_BIGVARIO 4 |
66 | #define COSD_FLAG_BIGVARIO 4 |
67 | #define COSD_FLAG_STATS 8 |
67 | #define COSD_FLAG_STATS 8 |
68 | #define COSD_FLAG_WARNINGS 16 |
68 | #define COSD_FLAG_WARNINGS 16 |
69 | #define COSD_FLAG_STROMVOLT 32 |
69 | #define COSD_FLAG_STROMVOLT 32 |
- | 70 | #define COSD_FLAG_FCCURRENT 64 |
|
- | 71 | ||
Line 70... | Line 72... | ||
70 | 72 | ||
71 | #define COSD_FLAG_NTSC 1 |
73 | #define COSD_FLAG_NTSC 1 |
72 | #define COSD_FLAG_GPSHEIGHT 2 |
74 | #define COSD_FLAG_GPSHEIGHT 2 |