diff --git a/docs/assets/img/product_pics/module/grbl13.2/grbl13.2_sch.webp b/docs/assets/img/product_pics/module/grbl13.2/grbl13.2_sch.webp new file mode 100644 index 00000000..24d3f332 Binary files /dev/null and b/docs/assets/img/product_pics/module/grbl13.2/grbl13.2_sch.webp differ diff --git a/docs/en/api/m5paper/epd_canvas.md b/docs/en/api/m5paper/epd_canvas.md index 4731fad3..e784a75e 100644 --- a/docs/en/api/m5paper/epd_canvas.md +++ b/docs/en/api/m5paper/epd_canvas.md @@ -142,6 +142,8 @@ typedef enum // Typical ?>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` +- [image2gray tool](https://github.com/m5stack/M5EPD/tree/main/tools) + ## Canvas API - **Function: Fill Draw Area** diff --git a/docs/en/atom/atom_motion.md b/docs/en/atom/atom_motion.md index 2d2aa07a..b846211e 100644 --- a/docs/en/atom/atom_motion.md +++ b/docs/en/atom/atom_motion.md @@ -114,9 +114,9 @@ - - - + + +
FunctionReg AddressData RangeR/W
Servo(1~4)0x00~0x03angle: 0-180R/W<
Servo(1~4)0x10~0x17pulse: 500-2500R/W<
Motor(1~2)0x20~0x21speed: -127-127R/W<
Servo(1~4)0x00~0x03angle: 0-180R/W
Servo(1~4)0x10~0x17pulse: 500-2500R/W
Motor(1~2)0x20~0x21speed: -127-127R/W
## Schematic diff --git a/docs/en/core/m5paper.md b/docs/en/core/m5paper.md index d8c4c9b8..74f1780a 100644 --- a/docs/en/core/m5paper.md +++ b/docs/en/core/m5paper.md @@ -235,6 +235,7 @@ For more info on specific pin functions refer to the official ESP32 Docs[ESP32 d - **API** - [Arduino API](en/arduino/arduino_home_page?id=m5paper_api) + - [image2gray tool](https://github.com/m5stack/M5EPD/tree/main/tools) ## Example diff --git a/docs/en/quick_start/m5paper/quick_start_arduino.md b/docs/en/quick_start/m5paper/quick_start_arduino.md index a2692c16..51128d7b 100644 --- a/docs/en/quick_start/m5paper/quick_start_arduino.md +++ b/docs/en/quick_start/m5paper/quick_start_arduino.md @@ -91,7 +91,7 @@ - **API** - [Arduino API](en/arduino/arduino_home_page?id=m5paper_api) - + - [image2gray tool](https://github.com/m5stack/M5EPD/tree/main/tools)