# How to Create an UI Application for the ESP32-S3

DevFeed: [How to Create an UI Application for the ESP32-S3](<https://devfeed.tech/articles/how-to-create-an-ui-application-for-the-esp32-s3-13883.md>)

Original publisher: [Read original article](<https://developer.espressif.com/blog/how-to-create-an-ui-application-for-the-esp32-s3/>)

Author: John Lee

Published: 2024-10-02T00:00:00Z

Content type: tutorial

Language: en

Sources: [Blog on Developer Portal](<https://devfeed.tech/sources/blog-on-developer-portal.md>)

Topics: [ESP32-S3](<https://devfeed.tech/topics/esp32-s3.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [GUI](<https://devfeed.tech/topics/gui.md>), [ESP-IDF](<https://devfeed.tech/topics/esp-idf.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [ui](<https://devfeed.tech/topics/ui.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-wizard](<https://devfeed.tech/tags/embedded-wizard.md>), [esp-idf](<https://devfeed.tech/tags/esp-idf.md>), [esp32](<https://devfeed.tech/tags/esp32.md>), [esp32-s2](<https://devfeed.tech/tags/esp32-s2.md>), [esp32-s3](<https://devfeed.tech/tags/esp32-s3.md>), [examples](<https://devfeed.tech/tags/examples.md>), [gui](<https://devfeed.tech/tags/gui.md>), [guide](<https://devfeed.tech/tags/guide.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [screen](<https://devfeed.tech/tags/screen.md>), [ui](<https://devfeed.tech/tags/ui.md>), [v5](<https://devfeed.tech/tags/v5.md>)

## AI overview

A step-by-step guide to creating an Embedded Wizard GUI application for the ESP32-S3-BOX. It covers the SPI-connected display, partial display updates for memory-constrained systems, required hardware and software, and the ESP-IDF workflow.

## Source excerpt

Step-by-step guide to creating Embedded Wizard GUI applications for ESP32-S3-BOX with ESP-IDF V5.3.1, including examples and build instructions.