
https://www.waveshare.net/shop/ESP32-S3-Touch-LCD-3.49.htm
https://docs.espressif.com/projects/esp-idf/zh_CN/v5.5.4/esp32s3/get-started/linux-macos-setup.html
brew install cmake ninja dfu-util
brew install python3
git clone -b v5.5.4 --recursive https://github.com/espressif/esp-idf.git
./install.sh esp32s3
. ./export.sh
. $HOME/esp/esp-idf/export.sh
alias get_idf='. $HOME/esp/esp-idf/export.sh'
https://zhuanlan.zhihu.com/p/1914469445306390067
https://xiaozhi.me/xz-docs/docs/tutorial-extras/esp-idf-compiler-xiaozhi/
git clone -b v1.6.2 git@github.com:78/xiaozhi-esp32.git
idf.py set-target esp32s3
idf.py menuconfig
idf.py build
idf.py flash monitor
https://github.com/tojoevan/xiaozhi-esp32-epaper/blob/poem/main/boards/waveshare-s3-epaper-1.54/config.h
https://xiaozhi.me/home/zh/docs/
https://www.waveshare.net/shop/ESP32-S3-Touch-ePaper-1.54.htm
https://github.com/espressif/esp-bsp/issues/724
https://github.com/espressif/esp-iot-solution/blob/master/components/display/lcd/esp_lcd_axs15231b/README.md
💬 评论