mirror of
https://github.com/agdsn/ancient-weatherstation.git
synced 2026-06-19 23:07:59 +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:
@@ -0,0 +1 @@
|
|||||||
|
#include "image_common.h"
|
||||||
@@ -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(){
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
int draw_to_file(FILE *);
|
||||||
Reference in New Issue
Block a user