X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Fcharts.c;h=f7987411836c88fc8cb00fa13746028570f1d3de;hb=4c61653db84fe75fc2bb8f5af9d1ac0343068b4c;hp=0a9a195db1dfad8d2c9ceec5bca8aef9f8745ca9;hpb=8ae4e430b21973bae9a6bc26b6fd5e08bd07c4c7;p=bertos.git diff --git a/bertos/gfx/charts.c b/bertos/gfx/charts.c index 0a9a195d..f7987411 100644 --- a/bertos/gfx/charts.c +++ b/bertos/gfx/charts.c @@ -31,22 +31,10 @@ * * --> * - * \version $Id$ * \author Bernie Innocenti * * \brief Simple charts on top of mware/gfx routines (implementation). * - * Sample usage: - * - * \code - * bm = chart_init(0, ymax, N_POINTS_CURVE, ymin); - * - * chart_drawCurve(bm, curve_y, curve_points + 1); - * gfx_setViewRect(bm, xmin, ymax, xmax, ymin); - * chart_drawDots(bm, samples_x, samples_y, samples_cnt); - * - * print_bitmap(bm); - * \endcode */ #include "charts.h"