From 46d4cdbf0a03056f8c25e6f8e95cb94ee4f49f8e Mon Sep 17 00:00:00 2001 From: Gitshaoxiang <1026025056@qq.com> Date: Wed, 24 Jun 2020 10:34:08 +0800 Subject: [PATCH 1/3] update UIFlow tutorial page --- docs/en/uiflow/uiflow_home_page.md | 33 +++++++++++++++++++-------- docs/zh_CN/uiflow/uiflow_home_page.md | 30 +++++++++++++++++++----- 2 files changed, 47 insertions(+), 16 deletions(-) diff --git a/docs/en/uiflow/uiflow_home_page.md b/docs/en/uiflow/uiflow_home_page.md index 81b73437..36d37886 100644 --- a/docs/en/uiflow/uiflow_home_page.md +++ b/docs/en/uiflow/uiflow_home_page.md @@ -14,11 +14,21 @@
- + +

Hardware

Some basic control of device hardware in UIFlow, and information acquisition.

@@ -29,14 +39,14 @@

UIFlow display control for characters and graphics, as well as image upload and drawing functions.

View details »

+
+ +

Data structure

Introduction to data types in UIFlow, including constants, variables, characters, random numbers, lists, etc.

View details »

-
- -

Logic

The use of logic judgments, operations, and conditional loops, iterations, functions, etc. in UIFlow.

@@ -47,14 +57,14 @@

The higher-level functions in UIFlow involve remote functions and the use of MQTT communication.

View details »

+
+ +

Units

Introduction to how to use unit devices, such as ToF, ENV, Realy, inlucde I/O,UART,I2C,etc.

View details »

-
- -

Modules

Introduce some useful modules block add to your project in UIFlow.

@@ -65,6 +75,9 @@

UIFlow uses FACES panel for interface interaction or data manipulation help you to improve input efficiency.

View details »

+
+ +

Custom

The creation and use of UIFlow custom program blocks.

diff --git a/docs/zh_CN/uiflow/uiflow_home_page.md b/docs/zh_CN/uiflow/uiflow_home_page.md index d5af8990..ef1ef3e1 100644 --- a/docs/zh_CN/uiflow/uiflow_home_page.md +++ b/docs/zh_CN/uiflow/uiflow_home_page.md @@ -16,6 +16,21 @@
+
+

快速上手

+

在使用UIFlow之前进行的一些准备工作,包括UIFlow固件的烧录和网络配置以及一些基础内容。

+ +

硬件控制

UIFlow中关于设备硬件的一些基本控制,与信息获取.

@@ -26,13 +41,13 @@

UIFlow中关于字符与图形的显示控制,以及图片上传与绘图功能.

View details »

+
+

数据类型

UIFlow中关于数据类型的简介,包括常量、变量、字符、随机数、列表等.

View details »

-
-

逻辑循环

UIFlow中关于逻辑判断、运算,以及条件循环、迭代、函数等功能的使用.

@@ -43,15 +58,15 @@

UIFlow中较为高阶的功能,涉及远程功能、MQTT通信的使用.

View details »

+
+ + +

Units

UIFlow相关的Units使用方法,如ToF,ENV,Realy等模块,包含I/O类和I2C及UART接口的硬件.

View details »

-
- - -

Modules

UIFlow中配合Modules使用的操作说明.

@@ -62,6 +77,9 @@

UIFlow中使用FACES面板进行界面交互或数据操作,提高输入效率.

View details »

+
+ +

Custom

UIFlow自定义程序块的创建与使用.

From 7f2e1d30aedaaa48663c9f99571a8c745f3b4417 Mon Sep 17 00:00:00 2001 From: Gitshaoxiang <1026025056@qq.com> Date: Wed, 24 Jun 2020 10:48:31 +0800 Subject: [PATCH 2/3] fix some pic display bug --- .../m5stick_quick_start_with_uiflow.md | 21 +++++++------------ 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_uiflow.md b/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_uiflow.md index e6ffb9f3..16655a1f 100644 --- a/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_uiflow.md +++ b/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_uiflow.md @@ -1,6 +1,6 @@ # M5Stick 快速上手 - UIFlow {docsify-ignore-all} - + 1. **[更新固件](#更新固件)** @@ -24,7 +24,7 @@ *如果需要更新或自行烧录固件的话,请点击[这里](zh_CN/related_documents/M5Burner)* - + ## 开关机操作 @@ -32,7 +32,7 @@ >除了电源键以外,stick还提供了另一个A按键可供您编程使用 - + ## 编程环境配置 @@ -46,7 +46,7 @@ 这时候可以使用手机连接这个热点,待连接成功后,使用浏览器输入网络配置地址,进入WIFI配置页面,输入个人WIFI的信息,点击保存,等待连接成功 - + ### Step2. 设置API Key @@ -54,15 +54,15 @@ 点击屏幕右上角的菜单中的设置按钮,填写stick屏幕上显示的**API Key**,点击保存,开始编程吧! - + - + ## 操作补充 >如果下载了程序,那么每次开机都会默认运行,如果想要重新运行或下载程序,那么需要在重启出现Logo时单击按键A,再次进入编程模式 - + >如果想要配置新的WIFI,那么需要在重启出现Logo时,长按按键A一秒以上后松开,进入配置页面 @@ -74,13 +74,6 @@ -### 注意 - ->stick的屏幕**分辨率为64x128**,所以当您UIFlow中往屏幕添加图形的时候,需要将形状放置到一定范围之内才能显示,目前只支持显示矩形图案,以及标签 - - - ->我们会尽快针对stick做出一系列兼容UIFlow的优化,敬请期待 ## 相关视频 From 10386dbd5b1e28aa8ed8c99d5e69cdada87757e9 Mon Sep 17 00:00:00 2001 From: Gitshaoxiang <1026025056@qq.com> Date: Wed, 24 Jun 2020 15:15:40 +0800 Subject: [PATCH 3/3] update some info format --- docs/en/1515/connectors.md | 7 +- docs/en/1515/corner.md | 4 +- docs/en/1515/nut.md | 4 +- docs/en/accessory/battery_base.md | 1 + docs/en/accessory/bus_socket.md | 1 + docs/en/accessory/cable/grove_cable.md | 39 +++++++---- docs/en/accessory/sg90_servo.md | 2 +- docs/en/app/flir.md | 25 +++---- docs/en/base/basex.md | 91 +++++++++++++------------- docs/en/base/lan_base.md | 33 +++++----- docs/en/base/node_base.md | 23 +++---- docs/en/hat/hat-beetlec.md | 8 +-- docs/en/hat/hat-bugc.md | 9 +-- docs/en/hat/hat-env.md | 3 +- docs/en/hat/hat-neoflash.md | 1 - docs/en/hat/hat-servo.md | 1 + docs/en/hat/hat-spk.md | 2 +- docs/en/module/faces_rfid.md | 2 + docs/en/module/nb-iot.md | 1 + docs/en/tool/usb_downloader.md | 37 ++++++----- docs/en/tool/usb_isp.md | 31 +++++---- docs/en/unit/vibrator.md | 2 +- 22 files changed, 179 insertions(+), 148 deletions(-) diff --git a/docs/en/1515/connectors.md b/docs/en/1515/connectors.md index 5808f797..c4deedb7 100644 --- a/docs/en/1515/connectors.md +++ b/docs/en/1515/connectors.md @@ -27,6 +27,7 @@ Purchase
## Description + These are different types of **1515 Aluminium-Extrusions** accessories, cataloged by sides and angle degree. These connectors will help build the various shape of Aluminium-Extrusions frames. @@ -61,9 +62,11 @@ These are different types of **1515 Aluminium-Extrusions** accessories, cataloge *Notice: We don't offer tapping Aluminium-Extrusions by default, in order to make the M4 screw fixed in the Aluminium-Extrusions, you need to tap the Aluminium-Extrusions with tapping machine* ## Product Features + - 1515 Aluminum Extrusions compatible -## Package Includes +## Include + - 12x set - Each set: - 1x connector @@ -71,8 +74,6 @@ These are different types of **1515 Aluminium-Extrusions** accessories, cataloge