【产品简介】 】支持触摸 】支持充电 】独特外形设计 产品链接1:https://spotpear.cn/shop/ESP32-S3-N16R8-AI-DeepSeek-XiaoZhi-XiaGe-Qwen-DouBao-1.28-inch-LCD.html 产品链接2:https://spotpear.cn/shop/ESP32-S3-N16R8-AI-DeepSeek-XiaoZhi-XiaGe-Qwen-DouBao-1.28-inch-Round-LCD-BOX-TouchScreen.html # 编译配置命令 **配置编译目标为 ESP32S3:** ```bash idf.py set-target esp32s3 ``` **打开 menuconfig:** ```bash idf.py menuconfig ``` **选择板子:** ``` Xiaozhi Assistant -> Board Type -> Spotpear ESP32-S3-1.28-BOX ``` **编译:** ```bash idf.py build ```