X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=display.h;fp=display.h;h=4beb5653f90b0b8678ea367d6d8805c17b7fc57e;hb=cdf203b95bccd0e7e01e83800ad8435f4a2da8c3;hp=0000000000000000000000000000000000000000;hpb=9d299f65c528e62247efb3b7f2b70468f43a255c;p=physik%2Fmorpheus.git diff --git a/display.h b/display.h new file mode 100644 index 0000000..4beb565 --- /dev/null +++ b/display.h @@ -0,0 +1,14 @@ +/* + * display.h + * + */ + +/* function prototypes */ + +int display_init(int x,int y,int z,display *display,void *cell,int *argc,char ** +argv); +int display_release(display *display); +int dfb_choose_color(u32 *cell_p,unsigned char *r,unsigned char *g,unsigned char + *b); +int display_draw(display *display,int x,int y,int z); +