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:
878 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | /* wirz-sli.h -- Header file for LCDproc Wirz SLI driver |
---|
| 2 | Copyright (C) 1999 Horizon Technologies-http://horizon.pair.com/ |
---|
| 3 | Written by Bryan Rittmeyer <bryanr@pair.com> - Released under GPL |
---|
| 4 | |
---|
| 5 | LCD info: http://www.wirz.com/sli/ */ |
---|
| 6 | |
---|
| 7 | #ifndef SLI_H |
---|
| 8 | #define SLI_H |
---|
| 9 | |
---|
| 10 | |
---|
| 11 | extern lcd_logical_driver *sli; |
---|
| 12 | |
---|
| 13 | int sli_init(lcd_logical_driver *driver, char *device); |
---|
| 14 | void sli_close(); |
---|
| 15 | void sli_flush(); |
---|
| 16 | void sli_flush_box(int lft, int top, int rgt, int bot); |
---|
| 17 | void sli_chr(int x, int y, char c) ; |
---|
| 18 | int sli_contrast(int contrast); |
---|
| 19 | void sli_backlight(int on); |
---|
| 20 | void sli_init_vbar(); |
---|
| 21 | void sli_init_hbar(); |
---|
| 22 | void sli_vbar(int x, int len); |
---|
| 23 | void sli_hbar(int x, int y, int len); |
---|
| 24 | void sli_init_num(); |
---|
| 25 | void sli_num(int x, int num); |
---|
| 26 | void sli_set_char(int n, char *dat); |
---|
| 27 | void sli_icon(int which, char dest); |
---|
| 28 | void sli_draw_frame(char *dat); |
---|
| 29 | char sli_getkey(); |
---|
| 30 | |
---|
| 31 | |
---|
| 32 | |
---|
| 33 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.