浏览代码

Documentation in progress

01010101 10 年之前
父节点
当前提交
7c4735b225
共有 2 个文件被更改,包括 3 次插入14 次删除
  1. 3 14
      README.md
  2. 二进制
      images/GraphicChar.jpg

+ 3 - 14
README.md

@@ -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|
+![Alt text](/images/GraphicChar.jpg?raw=true "Graphic character")
 
 
 
 
 ## Repeat
 ## Repeat

二进制
images/GraphicChar.jpg