From 5c6f31741a0158559e9f0be427e7667e56602c90 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 24 Oct 2012 18:52:25 +0200 Subject: graph - different axis and grid color --- include/graph.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/graph.h b/include/graph.h index 14bae2b0..cd709c7c 100644 --- a/include/graph.h +++ b/include/graph.h @@ -31,7 +31,8 @@ typedef struct _Graph { uint16_t grid_size; uint16_t dot_space; bool_t full_grid; - color_t color; + color_t axis_color; + color_t grid_color; } Graph; #ifdef __cplusplus -- cgit v1.2.3