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:
898 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | #ifndef IseT23A_H |
---|
| 2 | #define IseT23A_H |
---|
| 3 | |
---|
| 4 | |
---|
| 5 | extern lcd_logical_driver *IseT23A; |
---|
| 6 | |
---|
| 7 | int IseT23A_init(lcd_logical_driver *driver, char *device); |
---|
| 8 | void IseT23A_clear(); |
---|
| 9 | void IseT23A_close(); |
---|
| 10 | void IseT23A_flush(); |
---|
| 11 | void IseT23A_flush_box(int lft, int top, int rgt, int bot); |
---|
| 12 | void IseT23A_chr(int x, int y, char c) ; |
---|
| 13 | int IseT23A_contrast(int contrast); |
---|
| 14 | void IseT23A_displaymode (int flickerless) ; |
---|
| 15 | //void IseT23A_backlight(int on); |
---|
| 16 | //void IseT23A_output(int on); |
---|
| 17 | void IseT23A_init_vbar(); |
---|
| 18 | void IseT23A_init_hbar(); |
---|
| 19 | void IseT23A_vbar(int x, int len); |
---|
| 20 | void IseT23A_hbar(int x, int y, int len); |
---|
| 21 | void IseT23A_init_num(); |
---|
| 22 | void IseT23A_num(int x, int num); |
---|
| 23 | void IseT23A_set_char(int n, char *dat); |
---|
| 24 | void IseT23A_icon(int which, char dest); |
---|
| 25 | void IseT23A_draw_frame(char *dat); |
---|
| 26 | char IseT23A_getkey(); |
---|
| 27 | |
---|
| 28 | void IseT23A_init_all(int type); |
---|
| 29 | int IseT23A_ask_bar(int type); |
---|
| 30 | void IseT23A_set_known_char(int car, int type); |
---|
| 31 | |
---|
| 32 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.