Last change
on this file since 6dd74a9 was 0580615, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Point of no return.
|
-
Property mode
set to
100644
|
File size:
744 bytes
|
Line | |
---|
1 | /*
|
---|
2 | =============================================================================
|
---|
3 | glcfns.h -- definitions for the Epson GLC driver
|
---|
4 | Version 6 -- 1988-01-10 -- D.N. Lynx Crowe
|
---|
5 | =============================================================================
|
---|
6 | */
|
---|
7 |
|
---|
8 | extern unsigned GLCcrc(unsigned row, unsigned col);
|
---|
9 | extern unsigned GLCcxy(unsigned x, unsigned y);
|
---|
10 | extern void GLCplot(unsigned x, unsigned y, unsigned val);
|
---|
11 | extern void GLCinit(void);
|
---|
12 | extern void GLCwrts(char *s);
|
---|
13 | extern void GLCtext(unsigned row, unsigned col, char *s);
|
---|
14 | extern void GLCdisp(short dsp, short crs, short blk1, short blk2, short blk3);
|
---|
15 | extern void GLCcurs(short crs);
|
---|
16 |
|
---|
17 | extern unsigned lcdx, lcdy, lcdbit, lcdrow, lcdcol, lcdbase;
|
---|
18 | extern unsigned lcdctl1, lcdctl2;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.