esp-who/examples/color_detection
yuanjiong ec73674356 feature: color detection 2021-11-26 20:08:19 +08:00
..
lcd feature: color detection 2021-11-26 20:08:19 +08:00
README.md feature: color detection 2021-11-26 20:08:19 +08:00
README_CN.md feature: color detection 2021-11-26 20:08:19 +08:00

README.md

Color Detection Example [中文]

This example currently only supports the ESP32-S3-EYE development board. To use other development boards, you need to modify the button input logic configuration yourself.

How to Use Example

  • The interactive buttons are the BOOT , MENU, Play, UP, and DN.
  • Press the Boot button: Switch the output display mode.
  • Press MENU: Switch between color entry mode and color detection mode.
  • Press the PLAY (entry mode): Entry the color in the indicator box.
  • Press the PLAY (detection mode): Delete the last color that are entered.
  • Press the UP (entry mode): Increase the size of the indicator box.
  • Press the UP (detection mode): Increase the area of the smallest color block filtered by color detection.
  • Press the DN (entry mode): Decrease the size of the indicator box.
  • Press the DN (detection mode): Decrease the area of the smallest color block filtered by color detection.