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

Fixed tp implementation for resistive mikromedia boards #72

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

IvanRuzavin
Copy link
Contributor

This PR is connected to #SWMIKSDK-1697

Changes:

Fixes:

  • now touch is detected and cleared while using TSC2003 display with LVGL project
    NOTE: STMPE approach for clearing touch inside the library itself doesn't work as it differs because it uses SPI - it sends the GPIO touch detection signal and then clears it even if we didn't release the pen whereas TSC is always sending GPIO touch detection signal until we stop touching the screen, so clearing of the touch should be done in tp.c.

changelog/v2.11.3/changelog.md Outdated Show resolved Hide resolved
api/tp/lib/src/tp/tp.c Show resolved Hide resolved
@StrahinjaJacimovic StrahinjaJacimovic merged commit b69ebcb into master Sep 26, 2024
1 check passed
@StrahinjaJacimovic StrahinjaJacimovic deleted the fix/touch_panel_resistive_tsc2003 branch September 26, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants