-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Display touch doesn't work properly #638
Comments
Hi skassel2024, |
Some displays have a design flaw, maybe it's the same with your display? |
linoreale, Try installing the touchpad version from a different display, such as ILI9486 |
Okay, |
linoreale, TFT_DC and TFT_CS do not need to be disabled |
Hi,
|
linoreale, and have you tried this combination TFT_ROTATION 1 and define TP_ROTATION 3 |
Hi valera39, |
linoreale, Yes, exactly like that, change one parameter, compile, test. If it doesn't fit, change it again and so on until we get what we need. |
linoreale. Here I found in my archive common.h from the second version of the radio with such display. Try it, maybe it will help |
Hi, |
Hi, |
Hi everyone,
I built the miniweb radio based on your project and it works, but there's a problem with display's touch system.
I'm using a ESP32-S3 N16R8 board and an ILI9488 display. On system boot it shows esp web radio logo and then last radio starts playng, but touch screen doesn't respond correctly, if I touch an icon, the led on esp board blinks but no action happens or wrong action or function starts.
Could it be a display problem, a wrong wiring or a known software problem?
Thanks and regards
Michele
The text was updated successfully, but these errors were encountered: