diff --git a/host/ledbar.c b/host/ledbar.c index 782d538..898a128 100644 --- a/host/ledbar.c +++ b/host/ledbar.c @@ -234,15 +234,24 @@ void programP(int i, int t, double *r, double *g, double *b) } -void drawScreen(SDL_Surface* screen, int t) +void drawScreen(SDL_Surface* screen, int t, FILE* fp) { int i; double r, g, b; + unsigned char c; if(SDL_MUSTLOCK(screen) && SDL_LockSurface(screen) < 0) return; for (i=0; i