|
@@ -209,13 +209,6 @@ Other options are
|
|
|
## Graphic characters
|
|
## Graphic characters
|
|
|
|
|
|
|
|
When in graphic Mode, the Minitel can display graphic characters.
|
|
When in graphic Mode, the Minitel can display graphic characters.
|
|
|
-Graphic characters are 2 columns by 3 rows.
|
|
|
|
|
-
|
|
|
|
|
-|0|1|
|
|
|
|
|
------
|
|
|
|
|
-|1|0|
|
|
|
|
|
------
|
|
|
|
|
-|0|1|
|
|
|
|
|
|
|
|
|
|
You can display a graphic char at the cursor position or at a given position as follow:
|
|
You can display a graphic char at the cursor position or at a given position as follow:
|
|
|
|
|
|
|
@@ -225,16 +218,12 @@ minitel.graphic("100110", 10, 10);
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
The String content is split from top to bottom, left to right to fill the 2x3 pseudo-pixel grid.
|
|
The String content is split from top to bottom, left to right to fill the 2x3 pseudo-pixel grid.
|
|
|
-
|
|
|
|
|
-Zeros will be filled with the current background color and other values with the current foreground color.
|
|
|
|
|
-
|
|
|
|
|
The string has to be 6 characters
|
|
The string has to be 6 characters
|
|
|
|
|
|
|
|
-For instance, "010101" will be split as
|
|
|
|
|
|
|
+Graphic characters are 2 columns by 3 rows.
|
|
|
|
|
+Zeros will be filled with the current background color and other values with the current foreground color.
|
|
|
|
|
|
|
|
-|0|1|
|
|
|
|
|
-|0|1|
|
|
|
|
|
-|0|1|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
## Repeat
|
|
## Repeat
|