Revision 192
added zoom/scale
graph.h | ||
---|---|---|
37 | 37 |
/// DRAW |
38 | 38 |
int (graph_draw)(void); |
39 | 39 |
|
40 |
|
|
41 |
|
|
42 |
/// RECTANGLE |
|
43 |
|
|
44 |
|
|
45 |
int (graph_draw_hline)(uint16_t x, uint16_t y, uint16_t len, uint32_t color); |
|
46 |
int (graph_draw_rectangle)(uint16_t x, uint16_t y,uint16_t width, uint16_t height, uint32_t color); |
|
47 |
|
|
48 | 40 |
#endif /* end of include guard: GRAPH_H_INCLUDED */ |
Also available in: Unified diff