diff --git a/docs/en/api/coreink/system_api.md b/docs/en/api/coreink/system_api.md index 7dd99a89..548bfac8 100644 --- a/docs/en/api/coreink/system_api.md +++ b/docs/en/api/coreink/system_api.md @@ -58,16 +58,26 @@ M5.update(); **Description: Buzzer Drive** `void end();` + `void mute();` + `void tone(uint16_t frequency);` + `void tone(uint16_t frequency, uint32_t duration);` + `void beep();` + `void setBeep(uint16_t frequency, uint16_t duration);` + `void update();` + `void write(uint8_t value);` + `void setVolume(uint8_t volume);` + `void playMusic(const uint8_t *music_data, uint16_t sample_rate);` + ``` M5.Speaker.tone(2700); ``` diff --git a/docs/en/core/coreink.md b/docs/en/core/coreink.md index 4f3db96f..754b3c8c 100644 --- a/docs/en/core/coreink.md +++ b/docs/en/core/coreink.md @@ -12,7 +12,7 @@ view the corresponding tutorial&quick-Start. ## Description -**CoreInk** is a brand new E-ink display in the M5Stack cores range. Controlled by the ESP32-PICO-D4 This new device includes a 200x200 1.54" Black and White E-Ink Display. Compared to a regular LCD,E-ink displays are easier on the eyes, which makes them a great choice for reading or viewing for longer periods. Other benefits are the low power consumption and the ability to retain the image even if power to the display is terminated。For control the CoreInk integrates an multi-function button,A physical button, integrated status LED and buzzer.The device also includes a 390mAh Lipo,RTC(BM8563)for controlling accurate timing and deep sleep funcionality. CoreInk features independent reset and power buttons,expansion ports(HY2.0-4P、M-BUS、HAT expansion)for attaching external sensors to expand functionailty,for unlimited possibilities。 +**CoreInk** is a brand new E-ink display in the M5Stack cores range. Controlled by the ESP32-PICO-D4 This new device includes a 200x200 1.54" Black and White E-Ink Display. Compared to a regular LCD,E-ink displays are easier on the eyes, which makes them a great choice for reading or viewing for longer periods. Other benefits are the low power consumption and the ability to retain the image even if power to the display is terminated。For control the CoreInk integrates an multi-function button,A physical button, integrated status LED and buzzer.The device also includes a 390mAh Lipo,RTC(BM8563)for controlling accurate timing and deep sleep funcionality. CoreInk features independent reset and power buttons,expansion ports(HY2.0-4P,M-BUS,HAT expansion)for attaching external sensors to expand functionailty,for unlimited possibilities。 @@ -22,7 +22,7 @@ view the corresponding tutorial&quick-Start. ## Product Features -- ESP32 Standard wireless functions WiFi、Bluetooth +- ESP32 Standard wireless functions WiFi,Bluetooth - Internal 4M Flash - Low Power Display - 180 degree viewing angle diff --git a/docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython.md b/docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython.md index 777d827b..5fced8ee 100644 --- a/docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython.md +++ b/docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython.md @@ -211,7 +211,7 @@ ified developers ## Related Links -* [M5GO Programming Tutorial](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/UIFlow-Book-zh_cn.pdf) +* [M5GO Programming Tutorial](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/M5GO_Guide_English.pdf) * [UIFlow Block introduction](en/uiflow/uiflow_home_page) diff --git a/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md b/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md index 35ecd1a6..4b29003c 100644 --- a/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md +++ b/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md @@ -156,8 +156,8 @@ ## Related Links -* [M5StickC IoT Getting Started Tutorial](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/M5StickC_Guide.pdf) -* [UIFlow Block introduction](zh_CN/uiflow/uiflow_home_page) +* [M5StickC IoT Getting Started Tutorial](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/UIFlow-StickC-Book-English.pdf) +* [UIFlow Block introduction](en/uiflow/uiflow_home_page)