mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-28 18:52:16 +00:00
The upstream esp32_s3_usb_otg component stopped compiling. We've got more exciting devices nowadays and we've never demonstrated it ourselves. |
||
|---|---|---|
| .. | ||
| s3-box | ||
| .gitignore | ||
| main.cpp | ||
| README.md | ||
| rust-toolchain.toml | ||
Carousel Demo with ESP-IDF
This project demonstrates how to show the carousel demo on an ESP32 S3 Box.
Prerequisites
Before you can run this example, make sure you have the following:
- An ESP32 S3 Box.
- The Rust xtensa toolchain, which can be obtained from esp-rs. Use the installation instructions provided by espup to install it.
- The esp-idf SDK. The installation guide can be found at esp-idf documentation.
Running the Example
Once you have the prerequisites, navigate to the s3-box directory and execute the following command:
. ${IDF_PATH}/export.sh
idf.py build
idf.py flash monitor
This will build the project, flash it to your ESP32 device, and open a monitor to view the output of the device.