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:
824 bytes
|
Line | |
---|
1 | #ifndef MTXORB_H |
---|
2 | #define MTXORB_H |
---|
3 | |
---|
4 | |
---|
5 | extern lcd_logical_driver *MtxOrb; |
---|
6 | |
---|
7 | int MtxOrb_init(lcd_logical_driver *driver, char *device); |
---|
8 | void MtxOrb_clear(); |
---|
9 | void MtxOrb_close(); |
---|
10 | void MtxOrb_flush(); |
---|
11 | void MtxOrb_flush_box(int lft, int top, int rgt, int bot); |
---|
12 | void MtxOrb_chr(int x, int y, char c) ; |
---|
13 | int MtxOrb_contrast(int contrast); |
---|
14 | void MtxOrb_backlight(int on); |
---|
15 | void MtxOrb_output(int on); |
---|
16 | void MtxOrb_init_vbar(); |
---|
17 | void MtxOrb_init_hbar(); |
---|
18 | void MtxOrb_vbar(int x, int len); |
---|
19 | void MtxOrb_hbar(int x, int y, int len); |
---|
20 | void MtxOrb_init_num(); |
---|
21 | void MtxOrb_num(int x, int num); |
---|
22 | void MtxOrb_set_char(int n, char *dat); |
---|
23 | void MtxOrb_icon(int which, char dest); |
---|
24 | void MtxOrb_draw_frame(char *dat); |
---|
25 | char MtxOrb_getkey(); |
---|
26 | |
---|
27 | void MtxOrb_init_all(int type); |
---|
28 | int MtxOrb_ask_bar(int type); |
---|
29 | void MtxOrb_set_known_char(int car, int type); |
---|
30 | |
---|
31 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.