Subversion Repositories Projects

Rev

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

Rev 902 Rev 1281
Line 47... Line 47...
47
/**
47
/**
48
 * draw a battery symbol at <x>/<y> according to <voltage>
48
 * draw a battery symbol at <x>/<y> according to <voltage>
49
 */
49
 */
50
void draw_battery(uint8_t, uint8_t, uint8_t, uint8_t, uint8_t);
50
void draw_battery(uint8_t, uint8_t, uint8_t, uint8_t, uint8_t);
Line -... Line 51...
-
 
51
 
-
 
52
/**
-
 
53
 * draw the logo at <x>/<y>
-
 
54
 */
-
 
55
void draw_logo(uint8_t x, uint8_t y);
51
 
56
 
52
/* ##########################################################################
57
/* ##########################################################################
53
 * variometer
58
 * variometer
54
 * ##########################################################################*/
59
 * ##########################################################################*/
55
/**
60
/**