You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.
[](https://github.com/esp-arduino-libs/[xxx]/actions/workflows/arduino_lint.yml) [](https://github.com/esp-arduino-libs/[xxx]/actions/workflows/pre-commit.yml) [](https://github.com/esp-arduino-libs/[xxx]/actions/workflows/build_test.yml)
# [xxx]
[xxx] is an Arduino library designed for driving [xxx] using ESP SoCs.
[xxx] encapsulates the component from the [Espressif Components Registry](https://components.espressif.com/). It is developed based on [arduino-esp32](https://github.com/espressif/arduino-esp32) and can be easily downloaded and integrated into the Arduino IDE.
## Features
* [xxx]
## Supported Drivers
| **Driver** | **Version** |
| ------------------------------------------------------------------ | ----------- |
| [xxx](https://components.espressif.com/components/espressif/xxx) | |
## Dependencies Version
| **Name** | **Version** |
| ----------------------------------------------------------- | ----------- |
| [xxx] | v0.x.x |
| [arduino-esp32](https://github.com/espressif/arduino-esp32) | >= [xxx] |
## How to Use
For information on how to use the library in the Arduino IDE, please refer to the documentation for [Arduino IDE v1.x.x](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries) or [Arduino IDE v2.x.x](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library).
### Examples
* [xxx](examples/xxx): Demonstrates how to use [xxx] and test all functions.
### Detailed Usage
```cpp
[xxx]
```
idf.py add-dependency "lzw655/esp32_ui^0.1.1"