Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 13 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | 12 | ||
13 | extern void dial_origin(uint8_t x, uint8_t y); |
13 | extern void dial_origin(uint8_t x, uint8_t y); |
14 | 14 | ||
15 | extern void dial_draw_needle(uint16_t percent); |
15 | extern void dial_draw_needle(uint16_t percent); |
16 | 16 | ||
17 | extern void dial_draw_scale(uint8_t low, uint8_t high,uint8_t width, uint8_t num_step); |
17 | extern void dial_draw_scale(int16_t low, int16_t high,uint8_t width, uint8_t num_step,int16_t scale); |
18 | 18 | ||
19 | 19 | ||
20 | 20 | ||
21 | #endif /* INC_DIALS_H_ */ |
21 | #endif /* INC_DIALS_H_ */ |