aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-24 21:10:35 +0200
committerJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-24 21:10:35 +0200
commit1527c69cc047146da19e541d6690a8727c1f0459 (patch)
tree520dc0621e3a5df90cef68a3912243564e5afc03 /include
parent0c2b45dbd5b3e6ba9007a08853baf957a803c8b1 (diff)
downloaduGFX-1527c69cc047146da19e541d6690a8727c1f0459.tar.gz
uGFX-1527c69cc047146da19e541d6690a8727c1f0459.tar.bz2
uGFX-1527c69cc047146da19e541d6690a8727c1f0459.zip
graph update
Diffstat (limited to 'include')
-rw-r--r--include/graph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/graph.h b/include/graph.h
index 74b85ed4..980ed996 100644
--- a/include/graph.h
+++ b/include/graph.h
@@ -50,6 +50,8 @@ extern "C" {
void graphDrawSystem(Graph *g);
void graphDrawDot(Graph *g, coord_t x, coord_t y, uint16_t radius, color_t color);
+void graphDrawDots(Graph *g, int coord[][2], uint16_t entries, uint16_t radius, uint16_t color);
+void graphDrawNet(Graph *g, int coord[][2], uint16_t entries, uint16_t radius, uint16_t lineColor, uint16_t dotColor);
#ifdef __cplusplus
}