atanisoft/esp_lcd_touch_xpt2046

uploaded 1 year ago
esp_lcd_touch driver for XPT2046 touch controllers.
# Change log for esp_lcd_touch_xpt2046

## v1.0.3 - Minor Bug fixes

* Add new parameters to ESP_LCD_TOUCH_IO_SPI_XPT2046_CONFIG macro based on IDF v5.1.2 and v5.1.3+.

## v1.0.2 - New features

* Set minimum version for esp_lcd_touch to 1.0.4.
* Add touch interrupt callback functionality.
* Add abilitty to read voltage level from vBat pin.
* Enable ADC during read of X/Y coords (Z already was enabled).
* Add IDF v5.1 esp_lcd_panel_io_spi_config_t updates.
* Fixing interrupt gpio pin reference during initialization.

## v1.0.1 - Bug fix release

* Fixing typo in configuration options.
* Removing usage of temporary array of coordinates.
* Adjustments to ESP_LCD_TOUCH_IO_SPI_XPT2046_CONFIG for IDF v5.0-rc1.
* Add option to return raw coordinate data instead of converting to screen coordinates.

## v1.0.0 - Initial release

This release is the first revision of this component.

Links

Supports all targets

License: MIT

To add this component to your project, run:

idf.py add-dependency "atanisoft/esp_lcd_touch_xpt2046^1.0.3"

or download archive

Stats

  • Archive size
    Archive size ~ 8.08 KB
  • Downloaded in total
    Downloaded in total 24.2k times
  • Downloaded this version
    This version: 150 times

Badge

atanisoft/esp_lcd_touch_xpt2046 version: 1.0.3
|