Rev 28 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 28 | Rev 47 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | */ |
6 | */ |
7 | 7 | ||
8 | #ifndef INC_DIALS_H_ |
8 | #ifndef INC_DIALS_H_ |
9 | #define INC_DIALS_H_ |
9 | #define INC_DIALS_H_ |
10 | 10 | ||
- | 11 | ||
11 | extern void dial_size(uint8_t size); |
12 | extern void dial_size(uint8_t size); |
12 | 13 | ||
13 | extern void dial_origin(uint8_t x, uint8_t y); |
14 | extern void dial_origin(uint8_t x, uint8_t y); |
14 | 15 | ||
- | 16 | ||
15 | extern void dial_draw_needle(uint16_t percent); |
17 | extern void dial_draw_needle(uint16_t step); |
16 | 18 | ||
17 | extern void dial_draw_scale(int16_t low, int16_t high,uint8_t width, uint8_t num_step,int16_t scale); |
19 | extern void dial_draw_scale(int16_t low, int16_t high,uint8_t width, uint8_t num_step,int16_t scale); |
18 | 20 | ||
19 | 21 | ||
20 | 22 |