BeRTOS
|
Simple charts on top of mware/gfx routines (implementation). More...
Go to the source code of this file.
Functions | |
void | chart_drawAxis (Bitmap *bm) |
Draw the chart axes. | |
void | chart_drawCurve (Bitmap *bm, const chart_y_t *curve_y, int curve_cnt) |
Draw a set of curve_cnt connected segments, whose Y coordinates are identified by the curve_y array and X-coordinates are are evenly spaced by one virtual unit. | |
void | chart_drawDots (Bitmap *bm, const chart_x_t *dots_x, const chart_y_t *dots_y, int cnt) |
Disegna dei dot in corrispondenza delle coppie (dotsx[i];dotsy[i]) Se dotsx e' NULL, i punti vengono disegnati ad intervalli regolari. |
Simple charts on top of mware/gfx routines (implementation).
Definition in file charts.c.