esp-who/examples/color_detection/README_CN.md

16 lines
807 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Color Detection Example [[English]](./README.md)
目前该示例仅支持ESP32-S3-EYE开发板若要使用其他开发板需要自己修改按键输入逻辑配置。
## 如何使用示例
- 交互按键为Boot键MENU键PLAY键UP键和DN键。
- 按下BOOT键切换输出显示模式。
- 按下MENU切换录入模式和检测模式。
- 按下PLAY键录入模式 录入指示框内的颜色。
- 按下PLAY键检测模式 删除最后一个被录入的颜色。
- 按下UP键录入模式 增大指示框的尺寸。
- 按下UP键检测模式 增大颜色检测过滤的最小色块的面积。
- 按下DN键录入模式 减小指示框的尺寸。
- 按下DN键检测模式 减小颜色检测过滤的最小色块的面积。