config: added 'a' tag
[fbpad.git] / draw.h
blobd662effd797088c722340a1f67ed7b489e6130f0
1 void fb_init(void);
2 void fb_free(void);
3 fbval_t fb_color(unsigned char r, unsigned char g, unsigned char b);
4 void fb_set(int r, int c, fbval_t *mem, int len);
5 int fb_rows(void);
6 int fb_cols(void);
7 void fb_box(int sr, int sc, int er, int ec, fbval_t val);
8 void fb_cmap(void);