diff --git a/docs/assets/img/quick_start/core2/core_usb_mode.webp b/docs/assets/img/quick_start/core2/core_usb_mode.webp
new file mode 100644
index 00000000..a057474c
Binary files /dev/null and b/docs/assets/img/quick_start/core2/core_usb_mode.webp differ
diff --git a/docs/en/api/m5paper/epd_canvas.md b/docs/en/api/m5paper/epd_canvas.md
index a1d3970d..4731fad3 100644
--- a/docs/en/api/m5paper/epd_canvas.md
+++ b/docs/en/api/m5paper/epd_canvas.md
@@ -140,6 +140,8 @@ typedef enum // Typical
>The refresh quality is relatively good for `UPDATE_MODE_GC16`, `UPDATE_MODE_GL16` , `UPDATE_MODE_GLR16` , `UPDATE_MODE_GLD16`.
+?>The ink screen adopted by M5Paper supports 16-level grayscale display. The effective input range of the `color` parameter in the API below is `0~15`
+
## Canvas API
- **Function: Fill Draw Area**
diff --git a/docs/en/core/core2_aws.md b/docs/en/core/core2_for_aws.md
similarity index 100%
rename from docs/en/core/core2_aws.md
rename to docs/en/core/core2_for_aws.md
diff --git a/docs/en/core/coreink.md b/docs/en/core/coreink.md
index a212239b..e19a8d9b 100644
--- a/docs/en/core/coreink.md
+++ b/docs/en/core/coreink.md
@@ -167,11 +167,12 @@ Screen Resolution:200x200
**Multi-function button & Physical Button & LED & Buzzer**
- | ESP32 Chip | GPIO37 | GPIO38 | GPIO39 | GPIO5 | GPIO10 | GPIO2 |
- | Multi-function button | Left position | Button press | Right position | / | / | / |
- | Physical Button | / | / | / | Physical Button | / | / |
- | LED | / | / | / | / | LED | / |
- | Buzzer | / | / | / | / | / | Buzzer |
+ | ESP32 Chip | GPIO37 | GPIO38 | GPIO39 | GPIO5 | GPIO10 | GPIO2 | GPI12 |
+ | Multi-function button | Left position | Button press | Right position | / | / | / | / |
+ | Physical Button | / | / | / | Physical Button | / | / | / |
+ | LED | / | / | / | / | LED | / | / |
+ | Buzzer | / | / | / | / | / | Buzzer | / |
+ | Power Control | / | / | / | / | / | / | MOS |
**USB Serial**
diff --git a/docs/en/core/m5paper.md b/docs/en/core/m5paper.md
index 53a24abe..6f0b7957 100644
--- a/docs/en/core/m5paper.md
+++ b/docs/en/core/m5paper.md
@@ -138,11 +138,12 @@ Resolution:540*960
-**Multi-function button**
+**Multi-function button & PWR**
- | ESP32 Chip | GPIO37 | GPIO38 | GPIO39 |
- | Multi-function button | Right | BTN/PWR | Left |
+ | ESP32 Chip | GPIO37 | GPIO38 | GPIO39 | GPIO2 |
+ | Multi-function button | Right | BTN/PWR | Left | / |
+ | Power Control | / | / | / | MOS |
diff --git a/docs/en/quick_start/core2/m5stack_core2_get_started_MicroPython.md b/docs/en/quick_start/core2/m5stack_core2_get_started_MicroPython.md
index 8dc0fb71..22e34141 100644
--- a/docs/en/quick_start/core2/m5stack_core2_get_started_MicroPython.md
+++ b/docs/en/quick_start/core2/m5stack_core2_get_started_MicroPython.md
@@ -124,62 +124,11 @@
-
+
## Related Links
diff --git a/docs/zh_CN/api/m5paper/epd_canvas.md b/docs/zh_CN/api/m5paper/epd_canvas.md
index 7dc535df..378be86c 100644
--- a/docs/zh_CN/api/m5paper/epd_canvas.md
+++ b/docs/zh_CN/api/m5paper/epd_canvas.md
@@ -141,6 +141,8 @@ typedef enum // Typical
>刷新质量较为好的几种分别为`UPDATE_MODE_GC16`,`UPDATE_MODE_GL16` , `UPDATE_MODE_GLR16` , `UPDATE_MODE_GLD16`
+?>M5Paper采用的墨水屏,支持16级灰度显示,在下方API中`color`参数的有效传入范围为`0~15`
+
## 常用API
- **功能:填充绘制区域**
diff --git a/docs/zh_CN/core/core2_aws.md b/docs/zh_CN/core/core2_for_aws.md
similarity index 100%
rename from docs/zh_CN/core/core2_aws.md
rename to docs/zh_CN/core/core2_for_aws.md
diff --git a/docs/zh_CN/core/coreink.md b/docs/zh_CN/core/coreink.md
index 80618b82..706a2ec5 100644
--- a/docs/zh_CN/core/coreink.md
+++ b/docs/zh_CN/core/coreink.md
@@ -166,11 +166,12 @@
**拨轮开关 & 物理按键 & LED & 蜂鸣器**
- | ESP32 Chip | GPIO37 | GPIO38 | GPIO39 | GPIO5 | GPIO10 | GPIO2 |
- | 拨轮开关 | 右 | 中 | 左 | / | / | / |
- | 物理按键 | / | / | / | 物理按键 | / | / |
- | LED | / | / | / | / | LED | / |
- | 蜂鸣器 | / | / | / | / | / | 蜂鸣器 |
+ | ESP32 Chip | GPIO37 | GPIO38 | GPIO39 | GPIO5 | GPIO10 | GPIO2 | GPI12 |
+ | 拨轮开关 | 右 | 中 | 左 | / | / | / | / |
+ | 物理按键 | / | / | / | 物理按键 | / | / | / |
+ | LED | / | / | / | / | LED | / | / |
+ | 蜂鸣器 | / | / | / | / | / | 蜂鸣器 | / |
+ | 电源控制 | / | / | / | / | / | / | MOS |
**USB转串口下载**
diff --git a/docs/zh_CN/core/m5paper.md b/docs/zh_CN/core/m5paper.md
index 0d222125..26652796 100644
--- a/docs/zh_CN/core/m5paper.md
+++ b/docs/zh_CN/core/m5paper.md
@@ -140,8 +140,9 @@
**拨轮开关**
- | ESP32 Chip | GPIO37 | GPIO38 | GPIO39 |
- | 拨轮开关 | 右 | 中按钮/电源按钮 | 左 |
+ | ESP32 Chip | GPIO37 | GPIO38 | GPIO39 | GPIO2 |
+ | 拨轮开关 | 右 | 中按钮/电源按钮 | 左 | / |
+ | 电源控制 | / | / | / | MOS |
diff --git a/docs/zh_CN/quick_start/core2/m5stack_core2_get_started_MicroPython.md b/docs/zh_CN/quick_start/core2/m5stack_core2_get_started_MicroPython.md
index 8f136143..940a55a7 100644
--- a/docs/zh_CN/quick_start/core2/m5stack_core2_get_started_MicroPython.md
+++ b/docs/zh_CN/quick_start/core2/m5stack_core2_get_started_MicroPython.md
@@ -113,7 +113,7 @@
?>注意:配置的WiFi信息中,不允许出现"空格"等特殊字符。
-
+
## 网络编程模式与API KEY
@@ -138,83 +138,16 @@
-
-
-## 相关视频
-
-- UIFlow 的简介
-
-
-
-- UIFlow 中开发 M5Core 的视频教程
-
-
+
## 相关链接
-* [M5GO编程入门教程](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/UIFlow-Book-zh_cn.pdf)
-* [UIFlow Block介绍](zh_CN/uiflow/uiflow_home_page)
-
+- [UIFlow Block介绍](zh_CN/uiflow/uiflow_home_page)