Subversion Repositories Projects

Rev

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

Rev 497 Rev 499
Line 98... Line 98...
98
const char stats_item_3[] PROGMEM = "min Voltage :";
98
const char stats_item_3[] PROGMEM = "min Voltage :";
99
const char stats_item_4[] PROGMEM = "max Time    :";
99
const char stats_item_4[] PROGMEM = "max Time    :";
100
const char stats_item_5[] PROGMEM = "longitude   :";
100
const char stats_item_5[] PROGMEM = "longitude   :";
101
const char stats_item_6[] PROGMEM = "latitude    :";
101
const char stats_item_6[] PROGMEM = "latitude    :";
102
const char stats_item_7[] PROGMEM = "max current :";
102
const char stats_item_7[] PROGMEM = "max current :";
103
const char* stats_item_pointers[8] PROGMEM = {stats_item_0, stats_item_1, stats_item_2,
103
const char *stats_item_pointers[8] PROGMEM = {stats_item_0, stats_item_1, stats_item_2,
104
    stats_item_3, stats_item_4, stats_item_5, stats_item_6, stats_item_7};
104
    stats_item_3, stats_item_4, stats_item_5, stats_item_6, stats_item_7};
Line 105... Line 105...
105
 
105
 
106
//char* directions[8] = {"NE", "E ", "SE", "S ", "SW", "W ", "NW", "N "};
106
//char* directions[8] = {"NE", "E ", "SE", "S ", "SW", "W ", "NW", "N "};
107
    //char arrowdir[8] = {218, 217, 224, 223, 222, 221, 220, 219};
107
    //char arrowdir[8] = {218, 217, 224, 223, 222, 221, 220, 219};