Subversion Repositories Projects

Rev

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

Rev 499 Rev 507
Line 69... Line 69...
69
#define COSD_FLAG_HUD                     2
69
#define COSD_FLAG_HUD                     2
70
#define COSD_FLAG_ARTHORIZON      4
70
#define COSD_FLAG_ARTHORIZON      4
71
#define COSD_FLAG_BIGVARIO                8
71
#define COSD_FLAG_BIGVARIO                8
72
#define COSD_FLAG_STATS                  16
72
#define COSD_FLAG_STATS                  16
73
#define COSD_FLAG_WARNINGS               32
73
#define COSD_FLAG_WARNINGS               32
-
 
74
#define COSD_FLAG_STROMVOLT              64
Line 74... Line 75...
74
 
75
 
75
/* ##########################################################################
76
/* ##########################################################################
76
 * FLAGS only usable during runtime (not saved)
77
 * FLAGS only usable during runtime (not saved)
77
 * ##########################################################################*/
78
 * ##########################################################################*/
Line 100... Line 101...
100
/* ##########################################################################
101
/* ##########################################################################
101
 * extern spi controlled vars
102
 * extern spi controlled vars
102
 * ##########################################################################*/
103
 * ##########################################################################*/
103
extern volatile uint16_t icnt;
104
extern volatile uint16_t icnt;
104
extern volatile unsigned char * iptr;
105
extern volatile unsigned char * iptr;
105
extern volatile unsigned char spi_cmd_buffer[];
106
extern volatile uint8_t spi_cmd_buffer[];
106
extern volatile uint8_t spi_ready;
107
extern volatile uint8_t spi_ready;
107
extern int16_t ampere, max_ampere;
108
extern int16_t ampere, max_ampere, s_volt;
108
extern int32_t ampere_wasted;
109
extern int32_t ampere_wasted;
Line 109... Line 110...
109
 
110
 
110
/* ##########################################################################
111
/* ##########################################################################
111
 * struct for displaymodes
112
 * struct for displaymodes