Procházet zdrojové kódy

Documentation in progress

01010101 před 10 roky
rodič
revize
7c4735b225
2 změnil soubory, kde provedl 3 přidání a 14 odebrání
  1. 3 14
      README.md
  2. binární
      images/GraphicChar.jpg

+ 3 - 14
README.md

@@ -209,13 +209,6 @@ Other options are
 ## 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:
 
@@ -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. 
-
-Zeros will be filled with the current background color and other values with the current foreground color.
-
 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|
+![Alt text](/images/GraphicChar.jpg?raw=true "Graphic character")
 
 
 ## Repeat

binární
images/GraphicChar.jpg