mirror of
https://github.com/skoelle/turbopascal-textgraf.git
synced 2026-09-17 21:20:24 +00:00
Update README.md
This commit is contained in:
@@ -2,16 +2,22 @@
|
|||||||
Textmode and Graphics Mode Lib for Turbo Pascal on DOS (Predecessor of the X-LIB Unit)
|
Textmode and Graphics Mode Lib for Turbo Pascal on DOS (Predecessor of the X-LIB Unit)
|
||||||
|
|
||||||
## Compile
|
## Compile
|
||||||
Start compile.bat
|
Compile.bat uses Turbo Pascal 6.0 installed in c:\progrs\tp\
|
||||||
Uses Turbo Pascal 6.0 installed in c:\progrs\tp\
|
```
|
||||||
|
compile.bat
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
In your pascal code with add following usage
|
In your pascal code with add following usage
|
||||||
|
```
|
||||||
use textgraf
|
use textgraf
|
||||||
|
```
|
||||||
|
|
||||||
## Example Graphics Mode 13
|
## Example Graphics Mode 13
|
||||||
|
|
||||||
|
```
|
||||||
case InitTextGraf of
|
case InitTextGraf of
|
||||||
1: begin end;
|
1: begin end;
|
||||||
end;
|
end;
|
||||||
GrafikMode($13);
|
GrafikMode($13);
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user