From 17feb4361e02ceefb3266063ceb04e714895ddb6 Mon Sep 17 00:00:00 2001 From: Tectu Date: Sat, 23 Jun 2012 21:15:31 +0200 Subject: graphDrawSystem() does take now grid-X and grid-Y values --- graph.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graph.h') diff --git a/graph.h b/graph.h index 25c7191b..d0ebd2c2 100644 --- a/graph.h +++ b/graph.h @@ -11,11 +11,12 @@ extern "C" { * * param: * - x0, y0, x1, y1: location of arrows + * - gridX, gridY: grid size in X and Y direction * - color: color of arrows * * return: none */ -void graphDrawSystem(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, uint16_t color); +void graphDrawSystem(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, uint16_t gridX, uint16_t gridY, uint16_t color); /* * Description: does draw coordinates into graph as dots -- cgit v1.2.3