Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1168 → Rev 1167

/demos/trunk/bttvdemo/bttv.c
55,7 → 55,7
#define FG_W 320
#define FG_H 200
 
unsigned int color = FG_RGB24;
unsigned int color = FG_MONO;
 
static int screen(int mode)
{
151,8 → 151,6
 
screen(INITSTR);
//video_buf = malloc(RGB565MEM);
 
sleep(1);
FG_init(FG_PERIOD, FG_WCET, FG_W, FG_H, color, 0);