1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 14:58:00 +00:00

working on charts

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@79 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-09-12 13:59:43 +00:00
parent 25d6a8c7a7
commit 543c4a60d7
3 changed files with 22 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
#include "image_common.h"
+19
View File
@@ -0,0 +1,19 @@
#include <stdio.h>
#include "image_draw.h"
#include "image_data.h"
int draw_to_file(FILE *fd){
get_image_cfg(200);
}
static void create_image(){
}
static void draw_image(){
}
static void write_image(){
}
+2
View File
@@ -0,0 +1,2 @@
int draw_to_file(FILE *);