Rev 2 |
Blame |
Compare with Previous |
Last modification |
View Log
| Download
| RSS feed
/*
* dials.h
*
* Created on: 22 Jan 2016
* Author: Mike
*/
#ifndef INC_DIALS_H_
#define INC_DIALS_H_
extern void dial_size(uint8_t size);
extern void dial_origin(uint8_t x, uint8_t y);
extern void dial_draw_needle(uint16_t percent);
extern void dial_draw_scale(int16_t low, int16_t high,uint8_t width, uint8_t num_step,int16_t scale);
#endif /* INC_DIALS_H_ */