You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
github-actionsbot
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
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
The text was updated successfully, but these errors were encountered: