X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgfx%2Fcharts.c;h=718d0b782200ac335e53faf63177e38403049a67;hb=30e3600b89bce07ed3f6f89d9f2ea03af2b1cfac;hp=0a9a195db1dfad8d2c9ceec5bca8aef9f8745ca9;hpb=8ae4e430b21973bae9a6bc26b6fd5e08bd07c4c7;p=bertos.git diff --git a/bertos/gfx/charts.c b/bertos/gfx/charts.c index 0a9a195d..718d0b78 100644 --- a/bertos/gfx/charts.c +++ b/bertos/gfx/charts.c @@ -36,17 +36,6 @@ * * \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"