Last change
on this file since 6888aa2 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
527 bytes
|
Rev | Line | |
---|
[3ae31e9] | 1 | /*
|
---|
| 2 | ===========================================================================
|
---|
| 3 | glcgraph.h -- graphics primitives package header
|
---|
| 4 | Version 2 -- 1987-04-24 -- D.N. Lynx Crowe
|
---|
| 5 | Setup for the Buchla 700 and the Epson GLC LCD controller
|
---|
| 6 | Copyright 1985,1976,1987 -- D.N. Lynx Crowe
|
---|
| 7 | ===========================================================================
|
---|
| 8 | */
|
---|
| 9 |
|
---|
| 10 | #define CLR 0
|
---|
| 11 | #define SET 1
|
---|
| 12 |
|
---|
| 13 | #define XPIX 510
|
---|
| 14 | #define YPIX 64
|
---|
| 15 |
|
---|
| 16 | #define XCTR XPIX/2
|
---|
| 17 | #define YCTR YPIX/2
|
---|
| 18 |
|
---|
| 19 | #define XMAX XPIX-1
|
---|
| 20 | #define YMAX YPIX-1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.