source: buchla-68k/include/glcfns.h@ 7258c6a

Last change on this file since 7258c6a was 7258c6a, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Use standard integer types.

  • Property mode set to 100644
File size: 762 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
8extern uint16_t GLCcrc(uint16_t row, uint16_t col);
9extern uint16_t GLCcxy(uint16_t x, uint16_t y);
10extern void GLCplot(uint16_t x, uint16_t y, uint16_t val);
11extern void GLCinit(void);
12extern void GLCwrts(int8_t *s);
13extern void GLCtext(uint16_t row, uint16_t col, int8_t *s);
14extern void GLCdisp(int16_t dsp, int16_t crs, int16_t blk1, int16_t blk2, int16_t blk3);
15extern void GLCcurs(int16_t crs);
16
17extern uint16_t lcdx, lcdy, lcdbit, lcdrow, lcdcol, lcdbase;
18extern uint16_t lcdctl1, lcdctl2;
19
20
Note: See TracBrowser for help on using the repository browser.