add Unicode form and update some info

This commit is contained in:
Gitshaoxiang
2020-06-03 11:53:35 +08:00
parent 4a998b5441
commit c3f02a6f42
10 changed files with 268 additions and 10 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+3 -2
View File
@@ -611,8 +611,9 @@ body[data-page="zh_CN/README.md"] .markdown-section {
}
mark {
background-color: #0073a5b0;
color: white
background-color: #2673ffe0;
color: white;
border-radius: 5px;
}
.faq-class {
+1
View File
@@ -143,6 +143,7 @@
### 1. Arduino IDE
- To get the code, please click [here](https://github.com/m5stack/M5Atom)
- <mark>Before compiling the program, please configure the development board as M5StickC</mark>
### 2. UIFlow
+1
View File
@@ -152,6 +152,7 @@
### 1. Arduino IDE
- To get the code, please click [here](https://github.com/m5stack/M5Atom)
- <mark>Before compiling the program, please configure the development board as M5StickC</mark>
### 2. UIFlow
+1 -1
View File
@@ -419,7 +419,7 @@ The chip contains a high-performance, low power RISC-V ISA-based dual core 64-bi
</tr>
<tr>
<td>2020.3</td>
<td>The circuit supports configuring MPU6886 to use SPI or I2C protocol for communication.</td>
<td>The circuit supports configuring MPU6886 to use SPI or I2C protocol for communication.I2C pin change SCL (28=>26), SDA (29=>27)</td>
<td>Program to drive the chip select pin CS for modification, high level 1 is I2C mode, low level 0 is SPI mode.</td>
</tr>
<tbody>
+137 -5
View File
@@ -1,4 +1,4 @@
# UI Elements
## UI Elements
#### Feature introduction
@@ -43,7 +43,132 @@ Display an image that has been uploaded to the M5 device
><img src="/image/Display/UI_user4.gif" width="50%">
# Emoji
## Unicode
>UIFlow固件中集成了Unicode中的一些常用字符库,因此你可以在编辑文字直接输入进行使用。以下为UIFlow定制字库中不同字符对应的地址。
<table class="table-1">
<thead>
<tr>
<th>Start address</th>
<th>End address</th>
<th>Description</th>
<th>reference</th>
</tr>
</thead>
<tbody>
<tr>
<td>0x3040</td>
<td>0x30FF</td>
<td>Hiragana and Katakana</td>
<td>/</td>
</tr>
<tr>
<td>0x0400</td>
<td>0x04FF</td>
<td>Cyrillic</td>
<td>/</td>
</tr>
<tr>
<td>0x0020</td>
<td>0x007F</td>
<td>Basic Latin</td>
<td>/</td>
</tr>
<tr>
<td>0x2100</td>
<td>0x214F</td>
<td>Letterlike Symbols</td>
<td><a href="https://unicode-table.com/en/blocks/letterlike-symbols/">Click for details</a></td>
</tr>
<tr>
<td>0x2150</td>
<td>0x218F</td>
<td>Number Forms</td>
<td><a href="https://unicode-table.com/en/blocks/number-forms/">Click for details</a></td>
</tr>
<tr>
<td>0x2190</td>
<td>0x21FF</td>
<td>Arrows</td>
<td><a href="https://unicode-table.com/en/blocks/arrows/">Click for details</a></td>
</tr>
<tr>
<td>0x2200</td>
<td>0x23f0</td>
<td>Mathematical Operators<br>Miscellaneous Technical</td>
<td><a href="https://unicode-table.com/en/blocks/mathematical-operators/
https://unicode-table.com/en/blocks/miscellaneous-technical/">Click for details</a></td>
</tr>
<tr>
<td>0x2460</td>
<td>0x24FF</td>
<td>Enclosed Alphanumerics</td>
<td><a href="https://unicode-table.com/en/blocks/enclosed-alphanumerics/">Click for details</a></td>
</tr>
<tr>
<td>0x2500</td>
<td>0x257F</td>
<td>Box Drawing</td>
<td><a href="https://unicode-table.com/en/blocks/box-drawing/">Click for details</a></td>
</tr>
<tr>
<td>0x2580</td>
<td>0x259F</td>
<td>Block Elements</td>
<td><a href="https://unicode-table.com/en/blocks/block-elements/">Click for details</a></td>
</tr>
<tr>
<td>0x2600</td>
<td>0x27BF</td>
<td>Miscellaneous Symbols</td>
<td><a href="https://unicode-table.com/en/blocks/miscellaneous-symbols/">Click for details</a></td>
</tr>
<tr>
<td>0xFF00</td>
<td>0xFFEF</td>
<td>Halfwidth and Fullwidth Forms</td>
<td><a href="https://unicode-table.com/en/blocks/halfwidth-and-fullwidth-forms/">Click for details</a></td>
</tr>
<tr>
<td>0x25A0</td>
<td>0x25FF</td>
<td>Geometric Shapes</td>
<td><a href="https://unicode-table.com/en/blocks/geometric-shapes/">Click for details</a></td>
</tr>
<tr>
<td>0x2000</td>
<td>0x206F</td>
<td>General Punctuation</td>
<td><a href="https://unicode-table.com/en/blocks/general-punctuation/">Click for details</a></td>
</tr>
<tr>
<td>0x0370</td>
<td>0x03FF</td>
<td>Greek and Coptic</td>
<td><a href="https://unicode-table.com/en/blocks/greek-coptic/">Click for details</a></td>
</tr>
<tr>
<td>0x0080</td>
<td>0x00FF</td>
<td>Latin-1 Supplement</td>
<td><a href="https://unicode-table.com/en/blocks/latin-1-supplement/">Click for details</a></td>
</tr>
<tr>
<td>0xFF00</td>
<td>0xFFEF</td>
<td>Half-width and full-width forms</td>
<td><a href="https://unicode-table.com/cn/blocks/halfwidth-and-fullwidth-forms/">Click for details</a></td>
</tr>
<tr>
<td colspan = "4" style="text-align:center">Chinese GB2312 + Commonly used Japanese Kanji A total of 7857 characters</td>
</tr>
</tbody>
</table>
## Emoji
#### Feature introduction
@@ -68,7 +193,7 @@ Display an image that has been uploaded to the M5 device
><img src="/image/Display/Emoji_user.gif" width="50%">
# Graphic
## Graphic
#### Feature introduction
@@ -121,7 +246,7 @@ Draw a polygon at the x/y origin with a set radius and amount of sides
><img src="/image/Display/Graphic_user.gif" width="50%">
# Displaying images
## Displaying images
#### Feature introduction
@@ -145,7 +270,7 @@ Draw a polygon at the x/y origin with a set radius and amount of sides
><img src="/image/Display/image_user3.gif" width="50%">
# SCREEN
## SCREEN
#### Feature introduction
@@ -166,3 +291,10 @@ Rotating screen with mode 0-3,default value is 1, if you change value, the scre
* __Set screen brightness__
Set screen brightness
<script>
anchor_search();
scrollFunc();
</script>
+1
View File
@@ -143,6 +143,7 @@
### 1. Arduino IDE
- 点击[这里](https://github.com/m5stack/M5Atom)获得Arduino示例
- <mark>程序编译前,请将开发板配置为M5StickC</mark>
### 2. UIFlow
+1
View File
@@ -155,6 +155,7 @@
### 1. Arduino IDE
- 点击[这里](https://github.com/m5stack/M5Atom)获取Arduino示例
- <mark>程序编译前,请将开发板配置为M5StickC</mark>
### 2. UIFlow
+1 -1
View File
@@ -407,7 +407,7 @@ Kendryte K210 是集成机器视觉能力的系统级芯片 (SoC)。使用台积
</tr>
<tr>
<td>2020.3</td>
<td>电路支持配置MPU6886使用SPI或I2C协议进行通信。</td>
<td>电路支持配置MPU6886使用SPI或I2C协议进行通信。I2C引脚变更SCL(28=>26),SDA(29=>27)</td>
<td>程序上驱动片选引脚CS进行模式修改,高电平1为I2C模式,低电平0为SPI模式。</td>
</tr>
<tbody>
+121
View File
@@ -43,7 +43,128 @@
><img src="/image/Display/UI_user4.gif" width="50%">
## Unicode
>UIFlow固件中集成了Unicode中的一些常用字符库,因此你可以在编辑文字直接输入进行使用。以下为UIFlow定制字库中不同字符对应的地址。
<table class="table-1">
<thead>
<tr>
<th>开始地址</th>
<th>结束地址</th>
<th>描述</th>
<th>字符参考</th>
</tr>
</thead>
<tbody>
<tr>
<td>0x3040</td>
<td>0x30FF</td>
<td>平假名和片假名</td>
<td>/</td>
</tr>
<tr>
<td>0x0400</td>
<td>0x04FF</td>
<td>俄文(西里尔字母)</td>
<td>/</td>
</tr>
<tr>
<td>0x0020</td>
<td>0x007F</td>
<td>基本拉丁字母</td>
<td>/</td>
</tr>
<tr>
<td>0x2100</td>
<td>0x214F</td>
<td>字母式符号</td>
<td><a href="https://unicode-table.com/en/blocks/letterlike-symbols/">点击查看详情</a></td>
</tr>
<tr>
<td>0x2150</td>
<td>0x218F</td>
<td>数字形式</td>
<td><a href="https://unicode-table.com/en/blocks/number-forms/">点击查看详情</a></td>
</tr>
<tr>
<td>0x2190</td>
<td>0x21FF</td>
<td>箭头</td>
<td><a href="https://unicode-table.com/en/blocks/arrows/">点击查看详情</a></td>
</tr>
<tr>
<td>0x2200</td>
<td>0x23f0</td>
<td>数学运算符<br>杂项工业符号</td>
<td><a href="https://unicode-table.com/en/blocks/mathematical-operators/
https://unicode-table.com/en/blocks/miscellaneous-technical/">点击查看详情</a></td>
</tr>
<tr>
<td>0x2460</td>
<td>0x24FF</td>
<td>带圈或括号的字母数字</td>
<td><a href="https://unicode-table.com/en/blocks/enclosed-alphanumerics/">点击查看详情</a></td>
</tr>
<tr>
<td>0x2500</td>
<td>0x257F</td>
<td>制表符</td>
<td><a href="https://unicode-table.com/en/blocks/box-drawing/">点击查看详情</a></td>
</tr>
<tr>
<td>0x2580</td>
<td>0x259F</td>
<td>方块元素</td>
<td><a href="https://unicode-table.com/en/blocks/block-elements/">点击查看详情</a></td>
</tr>
<tr>
<td>0x2600</td>
<td>0x27BF</td>
<td>杂项符号</td>
<td><a href="https://unicode-table.com/en/blocks/miscellaneous-symbols/">点击查看详情</a></td>
</tr>
<tr>
<td>0xFF00</td>
<td>0xFFEF</td>
<td>半角及全角形式</td>
<td><a href="https://unicode-table.com/en/blocks/halfwidth-and-fullwidth-forms/">点击查看详情</a></td>
</tr>
<tr>
<td>0x25A0</td>
<td>0x25FF</td>
<td>几何图形</td>
<td><a href="https://unicode-table.com/en/blocks/geometric-shapes/">点击查看详情</a></td>
</tr>
<tr>
<td>0x2000</td>
<td>0x206F</td>
<td>常用标点</td>
<td><a href="https://unicode-table.com/en/blocks/general-punctuation/">点击查看详情</a></td>
</tr>
<tr>
<td>0x0370</td>
<td>0x03FF</td>
<td>希腊字母和古埃及语(科普特语)</td>
<td><a href="https://unicode-table.com/en/blocks/greek-coptic/">点击查看详情</a></td>
</tr>
<tr>
<td>0x0080</td>
<td>0x00FF</td>
<td>拉丁文补充1</td>
<td><a href="https://unicode-table.com/en/blocks/latin-1-supplement/">点击查看详情</a></td>
</tr>
<tr>
<td>0xFF00</td>
<td>0xFFEF</td>
<td>半角及全角形式</td>
<td><a href="https://unicode-table.com/cn/blocks/halfwidth-and-fullwidth-forms/">点击查看详情</a></td>
</tr>
<tr>
<td colspan = "4" style="text-align:center">中文GB2312 + 常用日文汉字 共计7857字</td>
</tr>
</tbody>
</table>
## Emoji