Update README.md

This commit is contained in:
Stefan Koelle
2025-01-03 19:24:16 +01:00
committed by GitHub
parent 41e35cd163
commit 2899362bc1
+8 -2
View File
@@ -2,16 +2,22 @@
Textmode and Graphics Mode Lib for Turbo Pascal on DOS (Predecessor of the X-LIB Unit)
## Compile
Start compile.bat
Uses Turbo Pascal 6.0 installed in c:\progrs\tp\
Compile.bat uses Turbo Pascal 6.0 installed in c:\progrs\tp\
```
compile.bat
```
## Usage
In your pascal code with add following usage
```
use textgraf
```
## Example Graphics Mode 13
```
case InitTextGraf of
1: begin end;
end;
GrafikMode($13);
```