example

Example of the component espp/wrover-kit v0.21.0
# Wrover-Kit Example

This example shows how to use the `espp::WroverKit` hardware abstraction component
to initialize the ESP32-WROVER-KIT.

It initializes the display subsystem and periodically draws 10 circles to the
screen before clearing and starting over using LVGL.

![image](https://github.com/esp-cpp/espp/assets/213467/8f083a11-d66d-4710-9dca-32a9cef0e538)

## How to use example

### Hardware Required

This example is designed to run on the ESP32-WROVER-KIT.

### Build and Flash

Build the project and flash it to the board, then run monitor tool to view
serial output:

```
idf.py -p PORT flash monitor
```

(Replace PORT with the name of the serial port to use.)

(To exit the serial monitor, type ``Ctrl-]``.)

See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.

## Example Output

![CleanShot 2024-07-05 at 23 57 31@2x](https://github.com/esp-cpp/espp/assets/213467/4882ea59-19d5-43a8-aa74-99d36de6ab32)

To create a project from this example, run:

idf.py create-project-from-example "espp/wrover-kit=0.21.0:example"

or download archive (~3.61 KB)