Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp_lcd_touch: Add a track_id for esp_lcd_touch_get_coordinates (BSP-526) #358

Open
1 task done
lijunru-hub opened this issue Aug 5, 2024 · 4 comments
Open
1 task done
Labels
Type: Feature Request New feature or request

Comments

@lijunru-hub
Copy link

Related area

esp_lcd_touch

Hardware specification

ALL Chip

Is your feature request related to a problem?

In multi-touch systems, the track ID is a crucial piece of information. Some chips, such as the GT911, inherently support track ID information. We should ensure that the driver exposes this information.

Describe the solution you'd like

like **bool esp_lcd_touch_get_coordinates(esp_lcd_touch_handle_t tp, uint16_t *x, uint16_t *y, uint16_t strength, uint8_t point_num, uint8_t max_point_num)

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@lijunru-hub lijunru-hub added the Type: Feature Request New feature or request label Aug 5, 2024
@lijunru-hub
Copy link
Author

cc@espzav

@github-actions github-actions bot changed the title esp_lcd_touch: Add a track_id for esp_lcd_touch_get_coordinates esp_lcd_touch: Add a track_id for esp_lcd_touch_get_coordinates (BSP-526) Aug 5, 2024
@lijunru-hub
Copy link
Author

In GT911's datasheet, it can be supported easily.
image

@lijunru-hub
Copy link
Author

FT5x06
image

@tore-espressif
Copy link
Collaborator

@lijunru-hub sounds like a nice feature. We can discuss during next BSP meeting :)
cc @espzav

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants