Rev 389 | Rev 497 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 389 | Rev 453 | ||
---|---|---|---|
Line 52... | Line 52... | ||
52 | * battery index |
52 | * battery index |
53 | * ##########################################################################*/ |
53 | * ##########################################################################*/ |
54 | /** |
54 | /** |
55 | * draw a battery symbol at <x>/<y> according to <voltage> |
55 | * draw a battery symbol at <x>/<y> according to <voltage> |
56 | */ |
56 | */ |
57 | void draw_battery(uint8_t, uint8_t, uint16_t); |
57 | void draw_battery(uint8_t, uint8_t, uint8_t, uint8_t, uint8_t); |
Line 58... | Line 58... | ||
58 | 58 | ||
59 | /* ########################################################################## |
59 | /* ########################################################################## |
60 | * variometer |
60 | * variometer |
61 | * ##########################################################################*/ |
61 | * ##########################################################################*/ |