source: npl/mediabox/lcdproc_edwin/src/server/drivers/CFontz.h @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 645 bytes
Line 
1#ifndef CFONTZ_H
2#define CFONTZ_H
3
4
5extern lcd_logical_driver *CFontz;
6
7int CFontz_init(lcd_logical_driver *driver, char *device);
8void CFontz_close();
9void CFontz_flush();
10void CFontz_flush_box(int lft, int top, int rgt, int bot);
11void CFontz_chr(int x, int y, char c) ;
12int CFontz_contrast(int contrast);
13void CFontz_backlight(int on);
14void CFontz_init_vbar();
15void CFontz_init_hbar();
16void CFontz_vbar(int x, int len);
17void CFontz_hbar(int x, int y, int len);
18void CFontz_init_num();
19void CFontz_num(int x, int num);
20void CFontz_set_char(int n, char *dat);
21void CFontz_icon(int which, char dest);
22void CFontz_draw_frame(char *dat);
23
24
25
26#endif
Note: See TracBrowser for help on using the repository browser.