From 8051809e3918c48537714556fe54a831b2977e25 Mon Sep 17 00:00:00 2001 From: Sean <1026025056@qq.com> Date: Sun, 29 Nov 2020 11:34:15 +0800 Subject: [PATCH] add some note --- docs/en/quick_start/m5paper/quick_start_arduino.md | 4 ++-- docs/zh_CN/quick_start/m5paper/quick_start_arduino.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/quick_start/m5paper/quick_start_arduino.md b/docs/en/quick_start/m5paper/quick_start_arduino.md index 2af363f1..fb87e140 100644 --- a/docs/en/quick_start/m5paper/quick_start_arduino.md +++ b/docs/en/quick_start/m5paper/quick_start_arduino.md @@ -66,11 +66,11 @@ ->6.select `Sketch`->`Include Library:`->`Manage Libraries` +>6.select `Sketch`->`Include Library:`->`Manage Libraries` ->7.Search `M5EPD` in the pop-up window, find it and click `Install` +>7.Search `M5EPD` in the pop-up window, find it and click `Install` (you can also download and import through Github. [M5EPD-Lib download link](https://github.com/m5stack/M5EPD)) >8.`File`->`Example`->`M5EPD`->`Hello World` Open the example and compile and upload it to the device. diff --git a/docs/zh_CN/quick_start/m5paper/quick_start_arduino.md b/docs/zh_CN/quick_start/m5paper/quick_start_arduino.md index df893440..9c573e02 100644 --- a/docs/zh_CN/quick_start/m5paper/quick_start_arduino.md +++ b/docs/zh_CN/quick_start/m5paper/quick_start_arduino.md @@ -34,7 +34,7 @@ ->7.在弹出的对话框中搜索`M5EPD`-> 点击`安装` +>7.在弹出的对话框中搜索`M5EPD`-> 点击`安装` 。 (未能搜索到库,也可以通过Github下载导入。 [M5EPD-Lib下载链接](https://github.com/m5stack/M5EPD)) >8.`File`->`Example`->`M5EPD`->`Hello World`案例程序,编译上传至设备。