espressif/touch_element

0.1.0

Latest
uploaded 4 days ago
Touch Element Library

readme

# Touch Element Library

[![Component Registry](https://components.espressif.com/components/espressif/touch_element/badge.svg)](https://components.espressif.com/components/espressif/touch_element)

The Touch Element Library is moved from [esp-idf](https://github.com/espressif/esp-idf) to the component registry since v6.0. It can help you design touch applications fast with the common elements like `button`, `slider` and `matrix`. It supports the touch events like `Press`, `Release`, `Long Press` and so on. You can get notified by registering the event callback or subscribe the events in the task.

> **Note**: The touch element library only supports ESP32-S2 and ESP32-S3 with the legacy touch driver. For the new touch driver, please refer to the [Touch Sensor](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-reference/peripherals/cap_touch_sens.html) documentation.

## Documentation

For detailed information about the Touch Element Library, including API reference and user guides, please visit:

-   **Programming Guide & API Reference**: [Touch Element Documentation](https://espressif.github.io/idf-extra-components/latest/touch_element/index.html)

Links

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/touch_element^0.1.0"

or download archive

Stats

  • Archive size
    Archive size ~ 56.36 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espressif/touch_element version: 0.1.0
|