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