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

Freeze using tft.getTouch(...) with a FT5x06 I2C capacitive touch screen #545

Closed
paxo-project opened this issue Mar 24, 2024 · 3 comments
Closed
Labels
stale Inactive issues

Comments

@paxo-project
Copy link

paxo-project commented Mar 24, 2024

I'm using capacitive touch screen (i2C) with Touch_FT5x06, and after a certain time, it freeze:

[146279][V][common.cpp:1371] readBytes(): [LGFX] i2c read error : ack wait
[192011][W][common.cpp:1402] readBytes(): [LGFX] i2c read error : read timeout

Environment ( 実行環境 )

  • MCU or Board name: ESP32 WROVER B
  • Panel Driver IC: ILI9488
  • Bus type: I2C (touch)
  • LovyanGFX version: lastest on platformio
  • FrameWork version: ArduinoESP32
  • Build Environment: PlatformIO
  • Operating System: Linux

Problem Description ( 問題の内容 )

Freeze when using

lcd->getTouch(&tx, &ty);

It doen't seems to be a deep problem, but if you need more details ask me.

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Inactive issues label Apr 23, 2024
Copy link

This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.

@tobozo
Copy link
Collaborator

tobozo commented May 1, 2024

bump

some changes were applied to the FT5x06 driver on the develop branch, I'm not sure it will address the bus issues you're experiencing (could be caused by another device on the same bus) but it's worth a shot; feel free to reopen the issue if it didn't solve it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Inactive issues
Projects
None yet
Development

No branches or pull requests

2 participants