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 @@
| Function | Reg Address | Data Range | R/W |
| Servo(1~4) | 0x00~0x03 | angle: 0-180 | R/W< |
| Servo(1~4) | 0x10~0x17 | pulse: 500-2500 | R/W< |
| Motor(1~2) | 0x20~0x21 | speed: -127-127 | R/W< |
| Servo(1~4) | 0x00~0x03 | angle: 0-180 | R/W |
| Servo(1~4) | 0x10~0x17 | pulse: 500-2500 | R/W |
| Motor(1~2) | 0x20~0x21 | speed: -127-127 | R/W |