Last change
on this file 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
|
Rev | Line | |
---|
[c5c522c] | 1 | #ifndef CFONTZ_H |
---|
| 2 | #define CFONTZ_H |
---|
| 3 | |
---|
| 4 | |
---|
| 5 | extern lcd_logical_driver *CFontz; |
---|
| 6 | |
---|
| 7 | int CFontz_init(lcd_logical_driver *driver, char *device); |
---|
| 8 | void CFontz_close(); |
---|
| 9 | void CFontz_flush(); |
---|
| 10 | void CFontz_flush_box(int lft, int top, int rgt, int bot); |
---|
| 11 | void CFontz_chr(int x, int y, char c) ; |
---|
| 12 | int CFontz_contrast(int contrast); |
---|
| 13 | void CFontz_backlight(int on); |
---|
| 14 | void CFontz_init_vbar(); |
---|
| 15 | void CFontz_init_hbar(); |
---|
| 16 | void CFontz_vbar(int x, int len); |
---|
| 17 | void CFontz_hbar(int x, int y, int len); |
---|
| 18 | void CFontz_init_num(); |
---|
| 19 | void CFontz_num(int x, int num); |
---|
| 20 | void CFontz_set_char(int n, char *dat); |
---|
| 21 | void CFontz_icon(int which, char dest); |
---|
| 22 | void CFontz_draw_frame(char *dat); |
---|
| 23 | |
---|
| 24 | |
---|
| 25 | |
---|
| 26 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.